Html Css Color HEX #766ECA Moody Blue

📋 copy color: '#766ECA'

red 118 ◦ green 110 ◦ blue 202

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

Shades of Moody Blue #766ECA

Tints of Moody Blue #766ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 27.44%
G = 25.58%
B = 46.98%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#766ECA (or 0x766ECA) is known color: Moody Blue. HEX triplet: 76, 6E and CA. RGB value is (118,110,202). Sum of RGB (Red+Green+Blue) = 118+110+202=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #766ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ECA is #899135. Grayscale: #7A7A7A. Windows color (decimal): -9015606 or 13266550. OLE color: 13266550.

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

Color convert

RGB 118 110 202 -
CMYK 0.42 0.46 0 0.21
HSL 245.22º 0.46% 0.61% -
HSV(B) 245.22º 0.46% 0.79% -
XYZ 23.71 19.27 58.35 -
YUV 122.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 118 110 202 0.42 0.46 0 0.21 245.22 0.46 0.61
Hex 76 6E CA 2A 2E 0 15 F5 2E 3D
Octal 166 156 312 52 56 0 25 365 56 75
Binary 1110110 1101110 11001010 101010 101110 0 10101 11110101 101110 111101

Color Harmonies of #766ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ECA

Black with #766ECA

Text Example


Text Example

White with #766ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,202); }

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

background-color css

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

 a { background-color: rgb(118,110,202); }

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

border-color css

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

 span { border-color: rgb(118,110,202); }

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