Html Css Color HEX #787AAA Chetwode Blue

📋 copy color: '#787AAA'

red 120 ◦ green 122 ◦ blue 170

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

Shades of Chetwode Blue #787AAA

Tints of Chetwode Blue #787AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 29.13%
G = 29.61%
B = 41.26%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#787AAA (or 0x787AAA) is known color: Chetwode Blue. HEX triplet: 78, 7A and AA. RGB value is (120,122,170). Sum of RGB (Red+Green+Blue) = 120+122+170=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #787AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787AAA is #878555. Grayscale: #7E7E7E. Windows color (decimal): -8881494 or 11172472. OLE color: 11172472.

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

Color convert

RGB 120 122 170 -
CMYK 0.29 0.28 0 0.33
HSL 237.6º 0.23% 0.57% -
HSV(B) 237.6º 0.29% 0.67% -
XYZ 21.96 20.81 40.89 -
YUV 126.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 120 122 170 0.29 0.28 0 0.33 237.6 0.23 0.57
Hex 78 7A AA 1D 1C 0 21 EE 17 39
Octal 170 172 252 35 34 0 41 356 27 71
Binary 1111000 1111010 10101010 11101 11100 0 100001 11101110 10111 111001

Color Harmonies of #787AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787AAA

Black with #787AAA

Text Example


Text Example

White with #787AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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