Html Css Color HEX #766CD0 Moody Blue

📋 copy color: '#766CD0'

red 118 ◦ green 108 ◦ blue 208

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

Shades of Moody Blue #766CD0

Tints of Moody Blue #766CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 27.19%
G = 24.88%
B = 47.93%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#766CD0 (or 0x766CD0) is known color: Moody Blue. HEX triplet: 76, 6C and D0. RGB value is (118,108,208). Sum of RGB (Red+Green+Blue) = 118+108+208=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #766CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CD0 is #89932F. Grayscale: #7A7A7A. Windows color (decimal): -9016112 or 13659254. OLE color: 13659254.

HSL color Cylindrical-coordinate representation of color #766CD0: hue angle of 246º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766CD0 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 108 208 -
CMYK 0.43 0.48 0 0.18
HSL 246º 0.52% 0.62% -
HSV(B) 246º 0.48% 0.82% -
XYZ 24.22 19.13 62.09 -
YUV 122.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 118 108 208 0.43 0.48 0 0.18 246 0.52 0.62
Hex 76 6C D0 2B 30 0 12 F6 34 3E
Octal 166 154 320 53 60 0 22 366 64 76
Binary 1110110 1101100 11010000 101011 110000 0 10010 11110110 110100 111110

Color Harmonies of #766CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CD0

Black with #766CD0

Text Example


Text Example

White with #766CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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