Html Css Color HEX #755AE3 Medium Slate Blue

📋 copy color: '#755AE3'

red 117 ◦ green 90 ◦ blue 227

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

Shades of Medium Slate Blue #755AE3

Tints of Medium Slate Blue #755AE3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

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

R = 26.96%
G = 20.74%
B = 52.3%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#755AE3 (or 0x755AE3) is known color: Medium Slate Blue. HEX triplet: 75, 5A and E3. RGB value is (117,90,227). Sum of RGB (Red+Green+Blue) = 117+90+227=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #755AE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AE3 is #8AA51C. Grayscale: #717171. Windows color (decimal): -9086237 or 14899829. OLE color: 14899829.

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

Color convert

RGB 117 90 227 -
CMYK 0.48 0.60 0 0.11
HSL 251.82º 0.71% 0.62% -
HSV(B) 251.82º 0.6% 0.89% -
XYZ 24.86 16.64 74.57 -
YUV 113.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 117 90 227 0.48 0.60 0 0.11 251.82 0.71 0.62
Hex 75 5A E3 30 3C 0 B FC 47 3E
Octal 165 132 343 60 74 0 13 374 107 76
Binary 1110101 1011010 11100011 110000 111100 0 1011 11111100 1000111 111110

Color Harmonies of #755AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AE3

Black with #755AE3

Text Example


Text Example

White with #755AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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