Html Css Color HEX #754EC5 Slate Blue

📋 copy color: '#754EC5'

red 117 ◦ green 78 ◦ blue 197

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

Shades of Slate Blue #754EC5

Tints of Slate Blue #754EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.26%

R = 29.85%
G = 19.9%
B = 50.26%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#754EC5 (or 0x754EC5) is known color: Slate Blue. HEX triplet: 75, 4E and C5. RGB value is (117,78,197). Sum of RGB (Red+Green+Blue) = 117+78+197=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #754EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EC5 is #8AB13A. Grayscale: #666666. Windows color (decimal): -9089339 or 12930677. OLE color: 12930677.

HSL color Cylindrical-coordinate representation of color #754EC5: hue angle of 259.66º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754EC5 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 78 197 -
CMYK 0.41 0.60 0 0.23
HSL 259.66º 0.51% 0.54% -
HSV(B) 259.66º 0.6% 0.77% -
XYZ 20.14 13.26 54.32 -
YUV 103.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 117 78 197 0.41 0.60 0 0.23 259.66 0.51 0.54
Hex 75 4E C5 29 3C 0 17 104 33 36
Octal 165 116 305 51 74 0 27 404 63 66
Binary 1110101 1001110 11000101 101001 111100 0 10111 100000100 110011 110110

Color Harmonies of #754EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EC5

Black with #754EC5

Text Example


Text Example

White with #754EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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