Html Css Color HEX #766CCA Moody Blue

📋 copy color: '#766CCA'

red 118 ◦ green 108 ◦ blue 202

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

Shades of Moody Blue #766CCA

Tints of Moody Blue #766CCA

RGB

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

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

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

R = 27.57%
G = 25.23%
B = 47.2%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#766CCA (or 0x766CCA) is known color: Moody Blue. HEX triplet: 76, 6C and CA. RGB value is (118,108,202). Sum of RGB (Red+Green+Blue) = 118+108+202=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #766CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CCA is #899335. Grayscale: #797979. Windows color (decimal): -9016118 or 13266038. OLE color: 13266038.

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

Color convert

RGB 118 108 202 -
CMYK 0.42 0.47 0 0.21
HSL 246.38º 0.47% 0.61% -
HSV(B) 246.38º 0.47% 0.79% -
XYZ 23.49 18.84 58.28 -
YUV 121.71 173.31 125.36 -
System Red Green Blue C M Y K H S L
Decimal 118 108 202 0.42 0.47 0 0.21 246.38 0.47 0.61
Hex 76 6C CA 2A 2F 0 15 F6 2F 3D
Octal 166 154 312 52 57 0 25 366 57 75
Binary 1110110 1101100 11001010 101010 101111 0 10101 11110110 101111 111101

Color Harmonies of #766CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CCA

Black with #766CCA

Text Example


Text Example

White with #766CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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