#767BB4

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

Shades of Chetwode Blue #767BB4

Tints of Chetwode Blue #767BB4

Color information

#767BB4 (or 0x767BB4) is unknown color: approx Chetwode Blue. HEX triplet: 76, 7B and B4. RGB value is (118,123,180). Sum of RGB (Red+Green+Blue) = 118+123+180=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #767BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BB4 is #89844B. Grayscale: #7F7F7F. Windows color (decimal): -9012300 or 11828086. OLE color: 11828086.

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

Color convert

RGB118123180-
CMYK0.340.3200.29
HSL235.16º29.25%58.43%-
HSV(B)235.16º34.44%70.59%-
XYZ22.7921.3146.09-
YUV128157.34120.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=28.03%
G=29.22%
B=42.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181231800.340.3200.29235.1629.2558.43
Hex767BB4222001Deb1d3a
Octal16617326442400353533572
Binary11101101111011101101001000101000000111011110101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,123,180); }

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

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

 a { background-color: rgb(118,123,180); }

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

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

 span { border-color: rgb(118,123,180); }

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