#767ABE

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

Shades of Chetwode Blue #767ABE

Tints of Chetwode Blue #767ABE

Color information

#767ABE (or 0x767ABE) is unknown color: approx Chetwode Blue. HEX triplet: 76, 7A and BE. RGB value is (118,122,190). Sum of RGB (Red+Green+Blue) = 118+122+190=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #767ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ABE is #898541. Grayscale: #808080. Windows color (decimal): -9012546 or 12483190. OLE color: 12483190.

HSL color Cylindrical-coordinate representation of color #767ABE: hue angle of 236.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #767ABE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118122190-
CMYK0.380.3600.25
HSL236.67º35.64%60.39%-
HSV(B)236.67º37.89%74.51%-
XYZ23.7321.4951.61-
YUV128.56162.67120.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=27.44%
G=28.37%
B=44.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181221900.380.3600.25236.6735.6460.39
Hex767ABE2624019ed243c
Octal16617227646440313554474
Binary111011011110101011111010011010010001100111101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767ABE; }

 p { color: rgb(118,122,190); }

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

<style>
 a { background-color: #767ABE; }

 a { background-color: rgb(118,122,190); }

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

<style>
 span { border-color: #767ABE; }

 span { border-color: rgb(118,122,190); }

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