Html Css Color HEX #755CE4 Medium Slate Blue

📋 copy color: '#755CE4'

red 117 ◦ green 92 ◦ blue 228

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

Shades of Medium Slate Blue #755CE4

Tints of Medium Slate Blue #755CE4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.05%

 BLUE value IS 228 (89.45% from 255) = 52.17%

R = 26.77%
G = 21.05%
B = 52.17%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#755CE4 (or 0x755CE4) is known color: Medium Slate Blue. HEX triplet: 75, 5C and E4. RGB value is (117,92,228). Sum of RGB (Red+Green+Blue) = 117+92+228=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #755CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CE4 is #8AA31B. Grayscale: #727272. Windows color (decimal): -9085724 or 14965877. OLE color: 14965877.

HSL color Cylindrical-coordinate representation of color #755CE4: hue angle of 251.03º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755CE4 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 92 228 -
CMYK 0.49 0.60 0 0.11
HSL 251.03º 0.72% 0.63% -
HSV(B) 251.03º 0.6% 0.89% -
XYZ 25.17 17.04 75.36 -
YUV 114.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 117 92 228 0.49 0.60 0 0.11 251.03 0.72 0.63
Hex 75 5C E4 31 3C 0 B FB 48 3F
Octal 165 134 344 61 74 0 13 373 110 77
Binary 1110101 1011100 11100100 110001 111100 0 1011 11111011 1001000 111111

Color Harmonies of #755CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CE4

Black with #755CE4

Text Example


Text Example

White with #755CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,228); }

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

background-color css

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

 a { background-color: rgb(117,92,228); }

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

border-color css

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

 span { border-color: rgb(117,92,228); }

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