Html Css Color HEX #767ECB Moody Blue

📋 copy color: '#767ECB'

red 118 ◦ green 126 ◦ blue 203

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

Shades of Moody Blue #767ECB

Tints of Moody Blue #767ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.19%

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

R = 26.4%
G = 28.19%
B = 45.41%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#767ECB (or 0x767ECB) is known color: Moody Blue. HEX triplet: 76, 7E and CB. RGB value is (118,126,203). Sum of RGB (Red+Green+Blue) = 118+126+203=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #767ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECB is #898134. Grayscale: #848484. Windows color (decimal): -9011509 or 13336182. OLE color: 13336182.

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

Color convert

RGB 118 126 203 -
CMYK 0.42 0.38 0 0.20
HSL 234.35º 0.45% 0.63% -
HSV(B) 234.35º 0.42% 0.8% -
XYZ 25.71 23.09 59.6 -
YUV 132.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 118 126 203 0.42 0.38 0 0.20 234.35 0.45 0.63
Hex 76 7E CB 2A 26 0 14 EA 2D 3F
Octal 166 176 313 52 46 0 24 352 55 77
Binary 1110110 1111110 11001011 101010 100110 0 10100 11101010 101101 111111

Color Harmonies of #767ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767ECB

Black with #767ECB

Text Example


Text Example

White with #767ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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