Html Css Color HEX #707ABD Chetwode Blue

📋 copy color: '#707ABD'

red 112 ◦ green 122 ◦ blue 189

#707ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #707ABD

Tints of Chetwode Blue #707ABD

RGB

 RED value IS 112 (44.14% from 255) = 26.48%

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 26.48%
G = 28.84%
B = 44.68%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#707ABD (or 0x707ABD) is known color: Chetwode Blue. HEX triplet: 70, 7A and BD. RGB value is (112,122,189). Sum of RGB (Red+Green+Blue) = 112+122+189=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #707ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ABD is #8F8542. Grayscale: #7E7E7E. Windows color (decimal): -9405763 or 12417648. OLE color: 12417648.

HSL color Cylindrical-coordinate representation of color #707ABD: hue angle of 232.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707ABD is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 122 189 -
CMYK 0.41 0.35 0 0.26
HSL 232.21º 0.37% 0.59% -
HSV(B) 232.21º 0.41% 0.74% -
XYZ 22.83 21.04 51 -
YUV 126.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 112 122 189 0.41 0.35 0 0.26 232.21 0.37 0.59
Hex 70 7A BD 29 23 0 1A E8 25 3B
Octal 160 172 275 51 43 0 32 350 45 73
Binary 1110000 1111010 10111101 101001 100011 0 11010 11101000 100101 111011

Color Harmonies of #707ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ABD

Black with #707ABD

Text Example


Text Example

White with #707ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #707ABD;
 }
 .AnyTagClassName
 {
   color: #707ABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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