Html Css Color HEX #767AB9 Chetwode Blue

📋 copy color: '#767AB9'

red 118 ◦ green 122 ◦ blue 185

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

Shades of Chetwode Blue #767AB9

Tints of Chetwode Blue #767AB9

RGB

 RED value IS 118 (46.48% from 255) = 27.76%

 GREEN value IS 122 (48.05% from 255) = 28.71%

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 27.76%
G = 28.71%
B = 43.53%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#767AB9 (or 0x767AB9) is known color: Chetwode Blue. HEX triplet: 76, 7A and B9. RGB value is (118,122,185). Sum of RGB (Red+Green+Blue) = 118+122+185=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #767AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767AB9 is #898546. Grayscale: #7F7F7F. Windows color (decimal): -9012551 or 12155510. OLE color: 12155510.

HSL color Cylindrical-coordinate representation of color #767AB9: hue angle of 236.42º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #767AB9 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 122 185 -
CMYK 0.36 0.34 0 0.27
HSL 236.42º 0.32% 0.59% -
HSV(B) 236.42º 0.36% 0.73% -
XYZ 23.19 21.27 48.78 -
YUV 127.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 118 122 185 0.36 0.34 0 0.27 236.42 0.32 0.59
Hex 76 7A B9 24 22 0 1B EC 20 3B
Octal 166 172 271 44 42 0 33 354 40 73
Binary 1110110 1111010 10111001 100100 100010 0 11011 11101100 100000 111011

Color Harmonies of #767AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767AB9

Black with #767AB9

Text Example


Text Example

White with #767AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #767AB9;
 }
 .AnyTagClassName
 {
   color: #767AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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