Html Css Color HEX #754EDF Slate Blue

📋 copy color: '#754EDF'

red 117 ◦ green 78 ◦ blue 223

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

Shades of Slate Blue #754EDF

Tints of Slate Blue #754EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 27.99%
G = 18.66%
B = 53.35%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#754EDF (or 0x754EDF) is known color: Slate Blue. HEX triplet: 75, 4E and DF. RGB value is (117,78,223). Sum of RGB (Red+Green+Blue) = 117+78+223=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #754EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EDF is #8AB120. Grayscale: #696969. Windows color (decimal): -9089313 or 14634613. OLE color: 14634613.

HSL color Cylindrical-coordinate representation of color #754EDF: hue angle of 256.14º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754EDF is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 78 223 -
CMYK 0.48 0.65 0 0.13
HSL 256.14º 0.69% 0.59% -
HSV(B) 256.14º 0.65% 0.87% -
XYZ 23.38 14.56 71.39 -
YUV 106.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 117 78 223 0.48 0.65 0 0.13 256.14 0.69 0.59
Hex 75 4E DF 30 41 0 D 100 45 3B
Octal 165 116 337 60 101 0 15 400 105 73
Binary 1110101 1001110 11011111 110000 1000001 0 1101 100000000 1000101 111011

Color Harmonies of #754EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EDF

Black with #754EDF

Text Example


Text Example

White with #754EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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