Html Css Color HEX #755ED5 Slate Blue

📋 copy color: '#755ED5'

red 117 ◦ green 94 ◦ blue 213

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

Shades of Slate Blue #755ED5

Tints of Slate Blue #755ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 27.59%
G = 22.17%
B = 50.24%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#755ED5 (or 0x755ED5) is known color: Slate Blue. HEX triplet: 75, 5E and D5. RGB value is (117,94,213). Sum of RGB (Red+Green+Blue) = 117+94+213=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #755ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ED5 is #8AA12A. Grayscale: #717171. Windows color (decimal): -9085227 or 13983349. OLE color: 13983349.

HSL color Cylindrical-coordinate representation of color #755ED5: hue angle of 251.6º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755ED5 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 94 213 -
CMYK 0.45 0.56 0 0.16
HSL 251.6º 0.59% 0.6% -
HSV(B) 251.6º 0.56% 0.84% -
XYZ 23.35 16.59 64.92 -
YUV 114.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 117 94 213 0.45 0.56 0 0.16 251.6 0.59 0.6
Hex 75 5E D5 2D 38 0 10 FC 3B 3C
Octal 165 136 325 55 70 0 20 374 73 74
Binary 1110101 1011110 11010101 101101 111000 0 10000 11111100 111011 111100

Color Harmonies of #755ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ED5

Black with #755ED5

Text Example


Text Example

White with #755ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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