Html Css Color HEX #787BAC Chetwode Blue

📋 copy color: '#787BAC'

red 120 ◦ green 123 ◦ blue 172

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

Shades of Chetwode Blue #787BAC

Tints of Chetwode Blue #787BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.64%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 28.92%
G = 29.64%
B = 41.45%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#787BAC (or 0x787BAC) is known color: Chetwode Blue. HEX triplet: 78, 7B and AC. RGB value is (120,123,172). Sum of RGB (Red+Green+Blue) = 120+123+172=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #787BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BAC is #878453. Grayscale: #7F7F7F. Windows color (decimal): -8881236 or 11303800. OLE color: 11303800.

HSL color Cylindrical-coordinate representation of color #787BAC: hue angle of 236.54º degrees, saturation: 0.24, 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 #787BAC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 123 172 -
CMYK 0.30 0.28 0 0.33
HSL 236.54º 0.24% 0.57% -
HSV(B) 236.54º 0.3% 0.67% -
XYZ 22.28 21.14 41.94 -
YUV 127.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 120 123 172 0.30 0.28 0 0.33 236.54 0.24 0.57
Hex 78 7B AC 1E 1C 0 21 ED 18 39
Octal 170 173 254 36 34 0 41 355 30 71
Binary 1111000 1111011 10101100 11110 11100 0 100001 11101101 11000 111001

Color Harmonies of #787BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787BAC

Black with #787BAC

Text Example


Text Example

White with #787BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,123,172); }

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

background-color css

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

 a { background-color: rgb(120,123,172); }

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

border-color css

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

 span { border-color: rgb(120,123,172); }

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