Html Css Color HEX #766AC9 Moody Blue

📋 copy color: '#766AC9'

red 118 ◦ green 106 ◦ blue 201

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

Shades of Moody Blue #766AC9

Tints of Moody Blue #766AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.94%

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 27.76%
G = 24.94%
B = 47.29%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#766AC9 (or 0x766AC9) is known color: Moody Blue. HEX triplet: 76, 6A and C9. RGB value is (118,106,201). Sum of RGB (Red+Green+Blue) = 118+106+201=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #766AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AC9 is #899536. Grayscale: #787878. Windows color (decimal): -9016631 or 13199990. OLE color: 13199990.

HSL color Cylindrical-coordinate representation of color #766AC9: hue angle of 247.58º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766AC9 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 106 201 -
CMYK 0.41 0.47 0 0.21
HSL 247.58º 0.47% 0.6% -
HSV(B) 247.58º 0.47% 0.79% -
XYZ 23.17 18.38 57.58 -
YUV 120.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 118 106 201 0.41 0.47 0 0.21 247.58 0.47 0.6
Hex 76 6A C9 29 2F 0 15 F8 2F 3C
Octal 166 152 311 51 57 0 25 370 57 74
Binary 1110110 1101010 11001001 101001 101111 0 10101 11111000 101111 111100

Color Harmonies of #766AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AC9

Black with #766AC9

Text Example


Text Example

White with #766AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,201); }

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

background-color css

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

 a { background-color: rgb(118,106,201); }

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

border-color css

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

 span { border-color: rgb(118,106,201); }

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