Html Css Color HEX #755EE0 Medium Slate Blue

📋 copy color: '#755EE0'

red 117 ◦ green 94 ◦ blue 224

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

Shades of Medium Slate Blue #755EE0

Tints of Medium Slate Blue #755EE0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.61%

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 26.9%
G = 21.61%
B = 51.49%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#755EE0 (or 0x755EE0) is known color: Medium Slate Blue. HEX triplet: 75, 5E and E0. RGB value is (117,94,224). Sum of RGB (Red+Green+Blue) = 117+94+224=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #755EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EE0 is #8AA11F. Grayscale: #737373. Windows color (decimal): -9085216 or 14704245. OLE color: 14704245.

HSL color Cylindrical-coordinate representation of color #755EE0: hue angle of 250.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755EE0 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 94 224 -
CMYK 0.48 0.58 0 0.12
HSL 250.62º 0.68% 0.62% -
HSV(B) 250.62º 0.58% 0.88% -
XYZ 24.79 17.17 72.53 -
YUV 115.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 117 94 224 0.48 0.58 0 0.12 250.62 0.68 0.62
Hex 75 5E E0 30 3A 0 C FB 44 3E
Octal 165 136 340 60 72 0 14 373 104 76
Binary 1110101 1011110 11100000 110000 111010 0 1100 11111011 1000100 111110

Color Harmonies of #755EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EE0

Black with #755EE0

Text Example


Text Example

White with #755EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755EE0; }

 p { color: rgb(117,94,224); }

 H1.HeaderClassName
 {
   color: #755EE0;
 }
 .AnyTagClassName
 {
   color: #755EE0;
 }
</style>

background-color css

<style>
 a { background-color: #755EE0; }

 a { background-color: rgb(117,94,224); }

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

border-color css

<style>
 span { border-color: #755EE0; }

 span { border-color: rgb(117,94,224); }

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