Html Css Color HEX #766BCD Moody Blue

📋 copy color: '#766BCD'

red 118 ◦ green 107 ◦ blue 205

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

Shades of Moody Blue #766BCD

Tints of Moody Blue #766BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 27.44%
G = 24.88%
B = 47.67%

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

#766BCD (or 0x766BCD) is known color: Moody Blue. HEX triplet: 76, 6B and CD. RGB value is (118,107,205). Sum of RGB (Red+Green+Blue) = 118+107+205=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #766BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BCD is #899432. Grayscale: #797979. Windows color (decimal): -9016371 or 13462390. OLE color: 13462390.

HSL color Cylindrical-coordinate representation of color #766BCD: hue angle of 246.73º degrees, saturation: 0.49, 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 #766BCD is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 107 205 -
CMYK 0.42 0.48 0 0.20
HSL 246.73º 0.49% 0.61% -
HSV(B) 246.73º 0.48% 0.8% -
XYZ 23.75 18.77 60.13 -
YUV 121.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 118 107 205 0.42 0.48 0 0.20 246.73 0.49 0.61
Hex 76 6B CD 2A 30 0 14 F7 31 3D
Octal 166 153 315 52 60 0 24 367 61 75
Binary 1110110 1101011 11001101 101010 110000 0 10100 11110111 110001 111101

Color Harmonies of #766BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BCD

Black with #766BCD

Text Example


Text Example

White with #766BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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