Html Css Color HEX #766CC0 Moody Blue

📋 copy color: '#766CC0'

red 118 ◦ green 108 ◦ blue 192

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

Shades of Moody Blue #766CC0

Tints of Moody Blue #766CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 28.23%
G = 25.84%
B = 45.93%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#766CC0 (or 0x766CC0) is known color: Moody Blue. HEX triplet: 76, 6C and C0. RGB value is (118,108,192). Sum of RGB (Red+Green+Blue) = 118+108+192=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #766CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CC0 is #89933F. Grayscale: #787878. Windows color (decimal): -9016128 or 12610678. OLE color: 12610678.

HSL color Cylindrical-coordinate representation of color #766CC0: hue angle of 247.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766CC0 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 108 192 -
CMYK 0.39 0.44 0 0.25
HSL 247.14º 0.4% 0.59% -
HSV(B) 247.14º 0.44% 0.75% -
XYZ 22.35 18.38 52.24 -
YUV 120.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 118 108 192 0.39 0.44 0 0.25 247.14 0.4 0.59
Hex 76 6C C0 27 2C 0 19 F7 28 3B
Octal 166 154 300 47 54 0 31 367 50 73
Binary 1110110 1101100 11000000 100111 101100 0 11001 11110111 101000 111011

Color Harmonies of #766CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CC0

Black with #766CC0

Text Example


Text Example

White with #766CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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