Html Css Color HEX #766ACB Moody Blue

📋 copy color: '#766ACB'

red 118 ◦ green 106 ◦ blue 203

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

Shades of Moody Blue #766ACB

Tints of Moody Blue #766ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.82%

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

R = 27.63%
G = 24.82%
B = 47.54%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#766ACB (or 0x766ACB) is known color: Moody Blue. HEX triplet: 76, 6A and CB. RGB value is (118,106,203). Sum of RGB (Red+Green+Blue) = 118+106+203=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #766ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ACB is #899534. Grayscale: #787878. Windows color (decimal): -9016629 or 13331062. OLE color: 13331062.

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

Color convert

RGB 118 106 203 -
CMYK 0.42 0.48 0 0.20
HSL 247.42º 0.48% 0.61% -
HSV(B) 247.42º 0.48% 0.8% -
XYZ 23.4 18.47 58.83 -
YUV 120.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 118 106 203 0.42 0.48 0 0.20 247.42 0.48 0.61
Hex 76 6A CB 2A 30 0 14 F7 30 3D
Octal 166 152 313 52 60 0 24 367 60 75
Binary 1110110 1101010 11001011 101010 110000 0 10100 11110111 110000 111101

Color Harmonies of #766ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ACB

Black with #766ACB

Text Example


Text Example

White with #766ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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