Html Css Color HEX #754EDC Slate Blue

📋 copy color: '#754EDC'

red 117 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #754EDC

Tints of Slate Blue #754EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 28.19%
G = 18.8%
B = 53.01%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#754EDC (or 0x754EDC) is known color: Slate Blue. HEX triplet: 75, 4E and DC. RGB value is (117,78,220). Sum of RGB (Red+Green+Blue) = 117+78+220=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #754EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EDC is #8AB123. Grayscale: #696969. Windows color (decimal): -9089316 or 14438005. OLE color: 14438005.

HSL color Cylindrical-coordinate representation of color #754EDC: hue angle of 256.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754EDC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 78 220 -
CMYK 0.47 0.65 0 0.14
HSL 256.48º 0.67% 0.58% -
HSV(B) 256.48º 0.65% 0.86% -
XYZ 22.98 14.4 69.28 -
YUV 105.85 192.42 135.95 -
System Red Green Blue C M Y K H S L
Decimal 117 78 220 0.47 0.65 0 0.14 256.48 0.67 0.58
Hex 75 4E DC 2F 41 0 E 100 43 3A
Octal 165 116 334 57 101 0 16 400 103 72
Binary 1110101 1001110 11011100 101111 1000001 0 1110 100000000 1000011 111010

Color Harmonies of #754EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EDC

Black with #754EDC

Text Example


Text Example

White with #754EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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