Html Css Color HEX #754EDB Slate Blue

📋 copy color: '#754EDB'

red 117 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #754EDB

Tints of Slate Blue #754EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 28.26%
G = 18.84%
B = 52.9%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#754EDB (or 0x754EDB) is known color: Slate Blue. HEX triplet: 75, 4E and DB. RGB value is (117,78,219). Sum of RGB (Red+Green+Blue) = 117+78+219=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #754EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EDB is #8AB124. Grayscale: #696969. Windows color (decimal): -9089317 or 14372469. OLE color: 14372469.

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

Color convert

RGB 117 78 219 -
CMYK 0.47 0.64 0 0.14
HSL 256.6º 0.66% 0.58% -
HSV(B) 256.6º 0.64% 0.86% -
XYZ 22.85 14.35 68.58 -
YUV 105.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 117 78 219 0.47 0.64 0 0.14 256.6 0.66 0.58
Hex 75 4E DB 2F 40 0 E 101 42 3A
Octal 165 116 333 57 100 0 16 401 102 72
Binary 1110101 1001110 11011011 101111 1000000 0 1110 100000001 1000010 111010

Color Harmonies of #754EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EDB

Black with #754EDB

Text Example


Text Example

White with #754EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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