Html Css Color HEX #755CE3 Medium Slate Blue

📋 copy color: '#755CE3'

red 117 ◦ green 92 ◦ blue 227

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

Shades of Medium Slate Blue #755CE3

Tints of Medium Slate Blue #755CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 52.06%

R = 26.83%
G = 21.1%
B = 52.06%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#755CE3 (or 0x755CE3) is known color: Medium Slate Blue. HEX triplet: 75, 5C and E3. RGB value is (117,92,227). Sum of RGB (Red+Green+Blue) = 117+92+227=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 227 (89.06% from 255 or 52.06% from 436); Max value from RGB is 227 - color contains mainly: blue. Hex color #755CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CE3 is #8AA31C. Grayscale: #727272. Windows color (decimal): -9085725 or 14900341. OLE color: 14900341.

HSL color Cylindrical-coordinate representation of color #755CE3: hue angle of 251.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755CE3 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 92 227 -
CMYK 0.48 0.59 0 0.11
HSL 251.11º 0.71% 0.63% -
HSV(B) 251.11º 0.59% 0.89% -
XYZ 25.03 16.98 74.63 -
YUV 114.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 117 92 227 0.48 0.59 0 0.11 251.11 0.71 0.63
Hex 75 5C E3 30 3B 0 B FB 47 3F
Octal 165 134 343 60 73 0 13 373 107 77
Binary 1110101 1011100 11100011 110000 111011 0 1011 11111011 1000111 111111

Color Harmonies of #755CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CE3

Black with #755CE3

Text Example


Text Example

White with #755CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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