Html Css Color HEX #707ABB Chetwode Blue

📋 copy color: '#707ABB'

red 112 ◦ green 122 ◦ blue 187

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

Shades of Chetwode Blue #707ABB

Tints of Chetwode Blue #707ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 26.6%
G = 28.98%
B = 44.42%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#707ABB (or 0x707ABB) is known color: Chetwode Blue. HEX triplet: 70, 7A and BB. RGB value is (112,122,187). Sum of RGB (Red+Green+Blue) = 112+122+187=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #707ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ABB is #8F8544. Grayscale: #7E7E7E. Windows color (decimal): -9405765 or 12286576. OLE color: 12286576.

HSL color Cylindrical-coordinate representation of color #707ABB: hue angle of 232º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707ABB is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 122 187 -
CMYK 0.40 0.35 0 0.27
HSL 232º 0.36% 0.59% -
HSV(B) 232º 0.4% 0.73% -
XYZ 22.61 20.95 49.87 -
YUV 126.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 112 122 187 0.40 0.35 0 0.27 232 0.36 0.59
Hex 70 7A BB 28 23 0 1B E8 24 3B
Octal 160 172 273 50 43 0 33 350 44 73
Binary 1110000 1111010 10111011 101000 100011 0 11011 11101000 100100 111011

Color Harmonies of #707ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ABB

Black with #707ABB

Text Example


Text Example

White with #707ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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