Html Css Color HEX #766ABC Moody Blue

📋 copy color: '#766ABC'

red 118 ◦ green 106 ◦ blue 188

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

Shades of Moody Blue #766ABC

Tints of Moody Blue #766ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 28.64%
G = 25.73%
B = 45.63%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#766ABC (or 0x766ABC) is known color: Moody Blue. HEX triplet: 76, 6A and BC. RGB value is (118,106,188). Sum of RGB (Red+Green+Blue) = 118+106+188=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #766ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ABC is #899543. Grayscale: #767676. Windows color (decimal): -9016644 or 12348022. OLE color: 12348022.

HSL color Cylindrical-coordinate representation of color #766ABC: hue angle of 248.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766ABC is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 106 188 -
CMYK 0.37 0.44 0 0.26
HSL 248.78º 0.38% 0.58% -
HSV(B) 248.78º 0.44% 0.74% -
XYZ 21.7 17.79 49.87 -
YUV 118.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 118 106 188 0.37 0.44 0 0.26 248.78 0.38 0.58
Hex 76 6A BC 25 2C 0 1A F9 26 3A
Octal 166 152 274 45 54 0 32 371 46 72
Binary 1110110 1101010 10111100 100101 101100 0 11010 11111001 100110 111010

Color Harmonies of #766ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ABC

Black with #766ABC

Text Example


Text Example

White with #766ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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