Html Css Color HEX #767CCB Moody Blue

📋 copy color: '#767CCB'

red 118 ◦ green 124 ◦ blue 203

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

Shades of Moody Blue #767CCB

Tints of Moody Blue #767CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.87%

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

R = 26.52%
G = 27.87%
B = 45.62%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#767CCB (or 0x767CCB) is known color: Moody Blue. HEX triplet: 76, 7C and CB. RGB value is (118,124,203). Sum of RGB (Red+Green+Blue) = 118+124+203=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #767CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CCB is #898334. Grayscale: #828282. Windows color (decimal): -9012021 or 13335670. OLE color: 13335670.

HSL color Cylindrical-coordinate representation of color #767CCB: hue angle of 235.76º 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 #767CCB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 124 203 -
CMYK 0.42 0.39 0 0.20
HSL 235.76º 0.45% 0.63% -
HSV(B) 235.76º 0.42% 0.8% -
XYZ 25.46 22.58 59.52 -
YUV 131.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 118 124 203 0.42 0.39 0 0.20 235.76 0.45 0.63
Hex 76 7C CB 2A 27 0 14 EC 2D 3F
Octal 166 174 313 52 47 0 24 354 55 77
Binary 1110110 1111100 11001011 101010 100111 0 10100 11101100 101101 111111

Color Harmonies of #767CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CCB

Black with #767CCB

Text Example


Text Example

White with #767CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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