Html Css Color HEX #767ACB Moody Blue

📋 copy color: '#767ACB'

red 118 ◦ green 122 ◦ blue 203

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

Shades of Moody Blue #767ACB

Tints of Moody Blue #767ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 26.64%
G = 27.54%
B = 45.82%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#767ACB (or 0x767ACB) is known color: Moody Blue. HEX triplet: 76, 7A and CB. RGB value is (118,122,203). Sum of RGB (Red+Green+Blue) = 118+122+203=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #767ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ACB is #898534. Grayscale: #818181. Windows color (decimal): -9012533 or 13335158. OLE color: 13335158.

HSL color Cylindrical-coordinate representation of color #767ACB: hue angle of 237.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767ACB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 122 203 -
CMYK 0.42 0.40 0 0.20
HSL 237.18º 0.45% 0.63% -
HSV(B) 237.18º 0.42% 0.8% -
XYZ 25.21 22.08 59.43 -
YUV 130.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 118 122 203 0.42 0.40 0 0.20 237.18 0.45 0.63
Hex 76 7A CB 2A 28 0 14 ED 2D 3F
Octal 166 172 313 52 50 0 24 355 55 77
Binary 1110110 1111010 11001011 101010 101000 0 10100 11101101 101101 111111

Color Harmonies of #767ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767ACB

Black with #767ACB

Text Example


Text Example

White with #767ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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