Html Css Color HEX #756DCE Moody Blue

📋 copy color: '#756DCE'

red 117 ◦ green 109 ◦ blue 206

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

Shades of Moody Blue #756DCE

Tints of Moody Blue #756DCE

RGB

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

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

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

R = 27.08%
G = 25.23%
B = 47.69%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#756DCE (or 0x756DCE) is known color: Moody Blue. HEX triplet: 75, 6D and CE. RGB value is (117,109,206). Sum of RGB (Red+Green+Blue) = 117+109+206=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #756DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DCE is #8A9231. Grayscale: #7A7A7A. Windows color (decimal): -9081394 or 13528437. OLE color: 13528437.

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

Color convert

RGB 117 109 206 -
CMYK 0.43 0.47 0 0.19
HSL 244.95º 0.5% 0.62% -
HSV(B) 244.95º 0.47% 0.81% -
XYZ 23.95 19.18 60.83 -
YUV 122.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 117 109 206 0.43 0.47 0 0.19 244.95 0.5 0.62
Hex 75 6D CE 2B 2F 0 13 F5 32 3E
Octal 165 155 316 53 57 0 23 365 62 76
Binary 1110101 1101101 11001110 101011 101111 0 10011 11110101 110010 111110

Color Harmonies of #756DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DCE

Black with #756DCE

Text Example


Text Example

White with #756DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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