Html Css Color HEX #766DCA Moody Blue

📋 copy color: '#766DCA'

red 118 ◦ green 109 ◦ blue 202

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

Shades of Moody Blue #766DCA

Tints of Moody Blue #766DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

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

R = 27.51%
G = 25.41%
B = 47.09%

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

#766DCA (or 0x766DCA) is known color: Moody Blue. HEX triplet: 76, 6D and CA. RGB value is (118,109,202). Sum of RGB (Red+Green+Blue) = 118+109+202=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #766DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DCA is #899235. Grayscale: #797979. Windows color (decimal): -9015862 or 13266294. OLE color: 13266294.

HSL color Cylindrical-coordinate representation of color #766DCA: hue angle of 245.81º degrees, saturation: 0.47, 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 #766DCA is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 109 202 -
CMYK 0.42 0.46 0 0.21
HSL 245.81º 0.47% 0.61% -
HSV(B) 245.81º 0.46% 0.79% -
XYZ 23.6 19.05 58.31 -
YUV 122.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 118 109 202 0.42 0.46 0 0.21 245.81 0.47 0.61
Hex 76 6D CA 2A 2E 0 15 F6 2F 3D
Octal 166 155 312 52 56 0 25 366 57 75
Binary 1110110 1101101 11001010 101010 101110 0 10101 11110110 101111 111101

Color Harmonies of #766DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DCA

Black with #766DCA

Text Example


Text Example

White with #766DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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