Html Css Color HEX #756ECA Moody Blue

📋 copy color: '#756ECA'

red 117 ◦ green 110 ◦ blue 202

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

Shades of Moody Blue #756ECA

Tints of Moody Blue #756ECA

RGB

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

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

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

R = 27.27%
G = 25.64%
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

#756ECA (or 0x756ECA) is known color: Moody Blue. HEX triplet: 75, 6E and CA. RGB value is (117,110,202). Sum of RGB (Red+Green+Blue) = 117+110+202=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 110 (43.36% from 255 or 25.64% 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 #756ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ECA is #8A9135. Grayscale: #7A7A7A. Windows color (decimal): -9081142 or 13266549. OLE color: 13266549.

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

Color convert

RGB 117 110 202 -
CMYK 0.42 0.46 0 0.21
HSL 244.57º 0.46% 0.61% -
HSV(B) 244.57º 0.46% 0.79% -
XYZ 23.57 19.2 58.34 -
YUV 122.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 117 110 202 0.42 0.46 0 0.21 244.57 0.46 0.61
Hex 75 6E CA 2A 2E 0 15 F5 2E 3D
Octal 165 156 312 52 56 0 25 365 56 75
Binary 1110101 1101110 11001010 101010 101110 0 10101 11110101 101110 111101

Color Harmonies of #756ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ECA

Black with #756ECA

Text Example


Text Example

White with #756ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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