Html Css Color HEX #767AB8 Chetwode Blue

📋 copy color: '#767AB8'

red 118 ◦ green 122 ◦ blue 184

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

Shades of Chetwode Blue #767AB8

Tints of Chetwode Blue #767AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.4%

R = 27.83%
G = 28.77%
B = 43.4%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#767AB8 (or 0x767AB8) is known color: Chetwode Blue. HEX triplet: 76, 7A and B8. RGB value is (118,122,184). Sum of RGB (Red+Green+Blue) = 118+122+184=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #767AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767AB8 is #898547. Grayscale: #7F7F7F. Windows color (decimal): -9012552 or 12089974. OLE color: 12089974.

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

Color convert

RGB 118 122 184 -
CMYK 0.36 0.34 0 0.28
HSL 236.36º 0.32% 0.59% -
HSV(B) 236.36º 0.36% 0.72% -
XYZ 23.08 21.23 48.23 -
YUV 127.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 118 122 184 0.36 0.34 0 0.28 236.36 0.32 0.59
Hex 76 7A B8 24 22 0 1C EC 20 3B
Octal 166 172 270 44 42 0 34 354 40 73
Binary 1110110 1111010 10111000 100100 100010 0 11100 11101100 100000 111011

Color Harmonies of #767AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767AB8

Black with #767AB8

Text Example


Text Example

White with #767AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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