Html Css Color HEX #756CCE Moody Blue

📋 copy color: '#756CCE'

red 117 ◦ green 108 ◦ blue 206

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

Shades of Moody Blue #756CCE

Tints of Moody Blue #756CCE

RGB

 RED value IS 117 (46.09% from 255) = 27.15%

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 27.15%
G = 25.06%
B = 47.8%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#756CCE (or 0x756CCE) is known color: Moody Blue. HEX triplet: 75, 6C and CE. RGB value is (117,108,206). Sum of RGB (Red+Green+Blue) = 117+108+206=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #756CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CCE is #8A9331. Grayscale: #797979. Windows color (decimal): -9081650 or 13528181. OLE color: 13528181.

HSL color Cylindrical-coordinate representation of color #756CCE: hue angle of 245.51º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756CCE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 108 206 -
CMYK 0.43 0.48 0 0.19
HSL 245.51º 0.5% 0.62% -
HSV(B) 245.51º 0.48% 0.81% -
XYZ 23.84 18.96 60.8 -
YUV 121.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 117 108 206 0.43 0.48 0 0.19 245.51 0.5 0.62
Hex 75 6C CE 2B 30 0 13 F6 32 3E
Octal 165 154 316 53 60 0 23 366 62 76
Binary 1110101 1101100 11001110 101011 110000 0 10011 11110110 110010 111110

Color Harmonies of #756CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CCE

Black with #756CCE

Text Example


Text Example

White with #756CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756CCE; }

 p { color: rgb(117,108,206); }

 H1.HeaderClassName
 {
   color: #756CCE;
 }
 .AnyTagClassName
 {
   color: #756CCE;
 }
</style>

background-color css

<style>
 a { background-color: #756CCE; }

 a { background-color: rgb(117,108,206); }

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

border-color css

<style>
 span { border-color: #756CCE; }

 span { border-color: rgb(117,108,206); }

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