Html Css Color HEX #754ED9 Slate Blue

📋 copy color: '#754ED9'

red 117 ◦ green 78 ◦ blue 217

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

Shades of Slate Blue #754ED9

Tints of Slate Blue #754ED9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.93%

 BLUE value IS 217 (85.16% from 255) = 52.67%

R = 28.4%
G = 18.93%
B = 52.67%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#754ED9 (or 0x754ED9) is known color: Slate Blue. HEX triplet: 75, 4E and D9. RGB value is (117,78,217). Sum of RGB (Red+Green+Blue) = 117+78+217=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #754ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754ED9 is #8AB126. Grayscale: #686868. Windows color (decimal): -9089319 or 14241397. OLE color: 14241397.

HSL color Cylindrical-coordinate representation of color #754ED9: hue angle of 256.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754ED9 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 78 217 -
CMYK 0.46 0.64 0 0.15
HSL 256.83º 0.65% 0.58% -
HSV(B) 256.83º 0.64% 0.85% -
XYZ 22.58 14.24 67.2 -
YUV 105.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 117 78 217 0.46 0.64 0 0.15 256.83 0.65 0.58
Hex 75 4E D9 2E 40 0 F 101 41 3A
Octal 165 116 331 56 100 0 17 401 101 72
Binary 1110101 1001110 11011001 101110 1000000 0 1111 100000001 1000001 111010

Color Harmonies of #754ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ED9

Black with #754ED9

Text Example


Text Example

White with #754ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754ED9; }

 p { color: rgb(117,78,217); }

 H1.HeaderClassName
 {
   color: #754ED9;
 }
 .AnyTagClassName
 {
   color: #754ED9;
 }
</style>

background-color css

<style>
 a { background-color: #754ED9; }

 a { background-color: rgb(117,78,217); }

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

border-color css

<style>
 span { border-color: #754ED9; }

 span { border-color: rgb(117,78,217); }

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