#707ac1

Color #707AC1 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #707AC1

Tints of Chetwode Blue #707AC1

Color information

#707AC1 (or 0x707AC1) is unknown color: approx Chetwode Blue. HEX triplet: 70, 7A and C1. RGB value is (112,122,193). Sum of RGB (Red+Green+Blue) = 112+122+193=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #707AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AC1 is #8F853E. Grayscale: #7E7E7E. Windows color (decimal): -9405759 or 12679792. OLE color: 12679792.

HSL color Cylindrical-coordinate representation of color #707AC1: hue angle of 232.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707AC1 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112122193-
CMYK0.420.3700.24
HSL232.59º39.51%59.8%-
HSV(B)232.59º41.97%75.69%-
XYZ23.2721.2153.32-
YUV127.1165.19117.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=26.23%
G=28.57%
B=45.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121221930.420.3700.24232.5939.5159.8
Hex707AC12A25018e9283c
Octal16017230152450303515074
Binary111000011110101100000110101010010101100011101001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707ac1; }

 p { color: rgb(112,122,193); }

 H1.HeaderClassName
 {
   color: #707ac1;
 }
 .AnyTagClassName
 {
   color: #707ac1;
 }
</style>
background-color css

<style>
 a { background-color: #707ac1; }

 a { background-color: rgb(112,122,193); }

 div.DivClassName
 {
   background-color: #707ac1;
 }
 .BgClassName
 {
   background-color: #707ac1;
 }
</style>
border-color css

<style>
 span { border-color: #707ac1; }

 span { border-color: rgb(112,122,193); }

 td.TdClassName
 {
   border-color: #707ac1;
 }
 .TagClassName
 {
   border-color: #707ac1;
 }
</style>