Html Css Color HEX #787AAB Chetwode Blue

📋 copy color: '#787AAB'

red 120 ◦ green 122 ◦ blue 171

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

Shades of Chetwode Blue #787AAB

Tints of Chetwode Blue #787AAB

RGB

 RED value IS 120 (47.27% from 255) = 29.06%

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 29.06%
G = 29.54%
B = 41.4%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#787AAB (or 0x787AAB) is known color: Chetwode Blue. HEX triplet: 78, 7A and AB. RGB value is (120,122,171). Sum of RGB (Red+Green+Blue) = 120+122+171=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #787AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787AAB is #878554. Grayscale: #7E7E7E. Windows color (decimal): -8881493 or 11238008. OLE color: 11238008.

HSL color Cylindrical-coordinate representation of color #787AAB: hue angle of 237.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #787AAB is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 122 171 -
CMYK 0.30 0.29 0 0.33
HSL 237.65º 0.23% 0.57% -
HSV(B) 237.65º 0.3% 0.67% -
XYZ 22.06 20.85 41.39 -
YUV 126.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 120 122 171 0.30 0.29 0 0.33 237.65 0.23 0.57
Hex 78 7A AB 1E 1D 0 21 EE 17 39
Octal 170 172 253 36 35 0 41 356 27 71
Binary 1111000 1111010 10101011 11110 11101 0 100001 11101110 10111 111001

Color Harmonies of #787AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787AAB

Black with #787AAB

Text Example


Text Example

White with #787AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787AAB; }

 p { color: rgb(120,122,171); }

 H1.HeaderClassName
 {
   color: #787AAB;
 }
 .AnyTagClassName
 {
   color: #787AAB;
 }
</style>

background-color css

<style>
 a { background-color: #787AAB; }

 a { background-color: rgb(120,122,171); }

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

border-color css

<style>
 span { border-color: #787AAB; }

 span { border-color: rgb(120,122,171); }

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