Html Css Color HEX #756ECE Moody Blue

📋 copy color: '#756ECE'

red 117 ◦ green 110 ◦ blue 206

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

Shades of Moody Blue #756ECE

Tints of Moody Blue #756ECE

RGB

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

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

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

R = 27.02%
G = 25.4%
B = 47.58%

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

#756ECE (or 0x756ECE) is known color: Moody Blue. HEX triplet: 75, 6E and CE. RGB value is (117,110,206). Sum of RGB (Red+Green+Blue) = 117+110+206=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #756ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ECE is #8A9131. Grayscale: #7A7A7A. Windows color (decimal): -9081138 or 13528693. OLE color: 13528693.

HSL color Cylindrical-coordinate representation of color #756ECE: hue angle of 244.37º degrees, saturation: 0.49, 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 #756ECE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 110 206 -
CMYK 0.43 0.47 0 0.19
HSL 244.38º 0.49% 0.62% -
HSV(B) 244.38º 0.47% 0.81% -
XYZ 24.05 19.39 60.87 -
YUV 123.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 117 110 206 0.43 0.47 0 0.19 244.38 0.49 0.62
Hex 75 6E CE 2B 2F 0 13 F4 31 3E
Octal 165 156 316 53 57 0 23 364 61 76
Binary 1110101 1101110 11001110 101011 101111 0 10011 11110100 110001 111110

Color Harmonies of #756ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ECE

Black with #756ECE

Text Example


Text Example

White with #756ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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