Html Css Color HEX #754ED3 Slate Blue

📋 copy color: '#754ED3'

red 117 ◦ green 78 ◦ blue 211

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

Shades of Slate Blue #754ED3

Tints of Slate Blue #754ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 51.97%

R = 28.82%
G = 19.21%
B = 51.97%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#754ED3 (or 0x754ED3) is known color: Slate Blue. HEX triplet: 75, 4E and D3. RGB value is (117,78,211). Sum of RGB (Red+Green+Blue) = 117+78+211=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #754ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754ED3 is #8AB12C. Grayscale: #686868. Windows color (decimal): -9089325 or 13848181. OLE color: 13848181.

HSL color Cylindrical-coordinate representation of color #754ED3: hue angle of 257.59º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754ED3 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 78 211 -
CMYK 0.45 0.63 0 0.17
HSL 257.59º 0.6% 0.57% -
HSV(B) 257.59º 0.63% 0.83% -
XYZ 21.82 13.93 63.17 -
YUV 104.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 117 78 211 0.45 0.63 0 0.17 257.59 0.6 0.57
Hex 75 4E D3 2D 3F 0 11 102 3C 39
Octal 165 116 323 55 77 0 21 402 74 71
Binary 1110101 1001110 11010011 101101 111111 0 10001 100000010 111100 111001

Color Harmonies of #754ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ED3

Black with #754ED3

Text Example


Text Example

White with #754ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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