Html Css Color HEX #766BCE Moody Blue

📋 copy color: '#766BCE'

red 118 ◦ green 107 ◦ blue 206

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

Shades of Moody Blue #766BCE

Tints of Moody Blue #766BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 27.38%
G = 24.83%
B = 47.8%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#766BCE (or 0x766BCE) is known color: Moody Blue. HEX triplet: 76, 6B and CE. RGB value is (118,107,206). Sum of RGB (Red+Green+Blue) = 118+107+206=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #766BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BCE is #899431. Grayscale: #797979. Windows color (decimal): -9016370 or 13527926. OLE color: 13527926.

HSL color Cylindrical-coordinate representation of color #766BCE: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766BCE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 107 206 -
CMYK 0.43 0.48 0 0.19
HSL 246.67º 0.5% 0.61% -
HSV(B) 246.67º 0.48% 0.81% -
XYZ 23.87 18.82 60.77 -
YUV 121.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 118 107 206 0.43 0.48 0 0.19 246.67 0.5 0.61
Hex 76 6B CE 2B 30 0 13 F7 32 3D
Octal 166 153 316 53 60 0 23 367 62 75
Binary 1110110 1101011 11001110 101011 110000 0 10011 11110111 110010 111101

Color Harmonies of #766BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BCE

Black with #766BCE

Text Example


Text Example

White with #766BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,107,206); }

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

background-color css

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

 a { background-color: rgb(118,107,206); }

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

border-color css

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

 span { border-color: rgb(118,107,206); }

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