#767BB1

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

Shades of Chetwode Blue #767BB1

Tints of Chetwode Blue #767BB1

Color information

#767BB1 (or 0x767BB1) is unknown color: approx Chetwode Blue. HEX triplet: 76, 7B and B1. RGB value is (118,123,177). Sum of RGB (Red+Green+Blue) = 118+123+177=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #767BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BB1 is #89844E. Grayscale: #7F7F7F. Windows color (decimal): -9012303 or 11631478. OLE color: 11631478.

HSL color Cylindrical-coordinate representation of color #767BB1: hue angle of 234.92º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #767BB1 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118123177-
CMYK0.330.3100.31
HSL234.92º27.44%57.84%-
HSV(B)234.92º33.33%69.41%-
XYZ22.4921.1944.5-
YUV127.66155.84121.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=28.23%
G=29.43%
B=42.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181231770.330.3100.31234.9227.4457.84
Hex767BB1211F01Feb1b3a
Octal16617326141370373533372
Binary1110110111101110110001100001111110111111110101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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