Html Css Color HEX #766CCC Moody Blue

📋 copy color: '#766CCC'

red 118 ◦ green 108 ◦ blue 204

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

Shades of Moody Blue #766CCC

Tints of Moody Blue #766CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 27.44%
G = 25.12%
B = 47.44%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#766CCC (or 0x766CCC) is known color: Moody Blue. HEX triplet: 76, 6C and CC. RGB value is (118,108,204). Sum of RGB (Red+Green+Blue) = 118+108+204=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #766CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CCC is #899333. Grayscale: #797979. Windows color (decimal): -9016116 or 13397110. OLE color: 13397110.

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

Color convert

RGB 118 108 204 -
CMYK 0.42 0.47 0 0.2
HSL 246.25º 0.48% 0.61% -
HSV(B) 246.25º 0.47% 0.8% -
XYZ 23.73 18.94 59.53 -
YUV 121.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 118 108 204 0.42 0.47 0 0.2 246.25 0.48 0.61
Hex 76 6C CC 2A 2F 0 14 F6 30 3D
Octal 166 154 314 52 57 0 24 366 60 75
Binary 1110110 1101100 11001100 101010 101111 0 10100 11110110 110000 111101

Color Harmonies of #766CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CCC

Black with #766CCC

Text Example


Text Example

White with #766CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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