Html Css Color HEX #766CBA Moody Blue

📋 copy color: '#766CBA'

red 118 ◦ green 108 ◦ blue 186

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

Shades of Moody Blue #766CBA

Tints of Moody Blue #766CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 28.64%
G = 26.21%
B = 45.15%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#766CBA (or 0x766CBA) is known color: Moody Blue. HEX triplet: 76, 6C and BA. RGB value is (118,108,186). Sum of RGB (Red+Green+Blue) = 118+108+186=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #766CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CBA is #899345. Grayscale: #777777. Windows color (decimal): -9016134 or 12217462. OLE color: 12217462.

HSL color Cylindrical-coordinate representation of color #766CBA: hue angle of 247.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766CBA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 108 186 -
CMYK 0.37 0.42 0 0.27
HSL 247.69º 0.36% 0.58% -
HSV(B) 247.69º 0.42% 0.73% -
XYZ 21.7 18.12 48.81 -
YUV 119.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 118 108 186 0.37 0.42 0 0.27 247.69 0.36 0.58
Hex 76 6C BA 25 2A 0 1B F8 24 3A
Octal 166 154 272 45 52 0 33 370 44 72
Binary 1110110 1101100 10111010 100101 101010 0 11011 11111000 100100 111010

Color Harmonies of #766CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CBA

Black with #766CBA

Text Example


Text Example

White with #766CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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