#787AB5

Color #787AB5 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #787AB5

Tints of Chetwode Blue #787AB5

Color information

#787AB5 (or 0x787AB5) is unknown color: approx Chetwode Blue. HEX triplet: 78, 7A and B5. RGB value is (120,122,181). Sum of RGB (Red+Green+Blue) = 120+122+181=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #787AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787AB5 is #87854A. Grayscale: #7F7F7F. Windows color (decimal): -8881483 or 11893368. OLE color: 11893368.

HSL color Cylindrical-coordinate representation of color #787AB5: hue angle of 238.03º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #787AB5 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120122181-
CMYK0.340.3300.29
HSL238.03º29.19%59.02%-
HSV(B)238.03º33.7%70.98%-
XYZ23.0521.2546.6-
YUV128.13157.84122.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 181 (71.09% from 255) = 42.79%
R=28.37%
G=28.84%
B=42.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201221810.340.3300.29238.0329.1959.02
Hex787AB5222101Dee1d3b
Octal17017226542410353563573
Binary11110001111010101101011000101000010111011110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #787AB5;
 }
 .AnyTagClassName
 {
   color: #787AB5;
 }
</style>
background-color css

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

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

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

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

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

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