Html Css Color HEX #766CBE Moody Blue

📋 copy color: '#766CBE'

red 118 ◦ green 108 ◦ blue 190

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

Shades of Moody Blue #766CBE

Tints of Moody Blue #766CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 28.37%
G = 25.96%
B = 45.67%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#766CBE (or 0x766CBE) is known color: Moody Blue. HEX triplet: 76, 6C and BE. RGB value is (118,108,190). Sum of RGB (Red+Green+Blue) = 118+108+190=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #766CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CBE is #899341. Grayscale: #787878. Windows color (decimal): -9016130 or 12479606. OLE color: 12479606.

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

Color convert

RGB 118 108 190 -
CMYK 0.38 0.43 0 0.25
HSL 247.32º 0.39% 0.58% -
HSV(B) 247.32º 0.43% 0.75% -
XYZ 22.13 18.29 51.08 -
YUV 120.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 118 108 190 0.38 0.43 0 0.25 247.32 0.39 0.58
Hex 76 6C BE 26 2B 0 19 F7 27 3A
Octal 166 154 276 46 53 0 31 367 47 72
Binary 1110110 1101100 10111110 100110 101011 0 11001 11110111 100111 111010

Color Harmonies of #766CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CBE

Black with #766CBE

Text Example


Text Example

White with #766CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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