Html Css Color HEX #755AE5 Medium Slate Blue

📋 copy color: '#755AE5'

red 117 ◦ green 90 ◦ blue 229

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

Shades of Medium Slate Blue #755AE5

Tints of Medium Slate Blue #755AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.52%

R = 26.83%
G = 20.64%
B = 52.52%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#755AE5 (or 0x755AE5) is known color: Medium Slate Blue. HEX triplet: 75, 5A and E5. RGB value is (117,90,229). Sum of RGB (Red+Green+Blue) = 117+90+229=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #755AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AE5 is #8AA51A. Grayscale: #717171. Windows color (decimal): -9086235 or 15030901. OLE color: 15030901.

HSL color Cylindrical-coordinate representation of color #755AE5: hue angle of 251.65º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755AE5 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 90 229 -
CMYK 0.49 0.61 0 0.10
HSL 251.65º 0.73% 0.63% -
HSV(B) 251.65º 0.61% 0.9% -
XYZ 25.14 16.75 76.04 -
YUV 113.92 192.95 130.2 -
System Red Green Blue C M Y K H S L
Decimal 117 90 229 0.49 0.61 0 0.10 251.65 0.73 0.63
Hex 75 5A E5 31 3D 0 A FC 49 3F
Octal 165 132 345 61 75 0 12 374 111 77
Binary 1110101 1011010 11100101 110001 111101 0 1010 11111100 1001001 111111

Color Harmonies of #755AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AE5

Black with #755AE5

Text Example


Text Example

White with #755AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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