Html Css Color HEX #766CD6 Moody Blue

📋 copy color: '#766CD6'

red 118 ◦ green 108 ◦ blue 214

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

Shades of Moody Blue #766CD6

Tints of Moody Blue #766CD6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.55%

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 26.82%
G = 24.55%
B = 48.64%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#766CD6 (or 0x766CD6) is known color: Moody Blue. HEX triplet: 76, 6C and D6. RGB value is (118,108,214). Sum of RGB (Red+Green+Blue) = 118+108+214=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #766CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CD6 is #899329. Grayscale: #7A7A7A. Windows color (decimal): -9016106 or 14052470. OLE color: 14052470.

HSL color Cylindrical-coordinate representation of color #766CD6: hue angle of 245.66º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766CD6 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 108 214 -
CMYK 0.45 0.50 0 0.16
HSL 245.66º 0.56% 0.63% -
HSV(B) 245.66º 0.5% 0.84% -
XYZ 24.97 19.43 66.05 -
YUV 123.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 118 108 214 0.45 0.50 0 0.16 245.66 0.56 0.63
Hex 76 6C D6 2D 32 0 10 F6 38 3F
Octal 166 154 326 55 62 0 20 366 70 77
Binary 1110110 1101100 11010110 101101 110010 0 10000 11110110 111000 111111

Color Harmonies of #766CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CD6

Black with #766CD6

Text Example


Text Example

White with #766CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,214); }

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

background-color css

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

 a { background-color: rgb(118,108,214); }

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

border-color css

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

 span { border-color: rgb(118,108,214); }

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