Html Css Color HEX #7547DB Slate Blue

📋 copy color: '#7547DB'

red 117 ◦ green 71 ◦ blue 219

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

Shades of Slate Blue #7547DB

Tints of Slate Blue #7547DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

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

R = 28.75%
G = 17.44%
B = 53.81%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7547DB (or 0x7547DB) is known color: Slate Blue. HEX triplet: 75, 47 and DB. RGB value is (117,71,219). Sum of RGB (Red+Green+Blue) = 117+71+219=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #7547DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547DB is #8AB824. Grayscale: #656565. Windows color (decimal): -9091109 or 14370677. OLE color: 14370677.

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

Color convert

RGB 117 71 219 -
CMYK 0.47 0.68 0 0.14
HSL 258.65º 0.67% 0.57% -
HSV(B) 258.65º 0.68% 0.86% -
XYZ 22.38 13.4 68.43 -
YUV 101.63 194.24 138.97 -
System Red Green Blue C M Y K H S L
Decimal 117 71 219 0.47 0.68 0 0.14 258.65 0.67 0.57
Hex 75 47 DB 2F 44 0 E 103 43 39
Octal 165 107 333 57 104 0 16 403 103 71
Binary 1110101 1000111 11011011 101111 1000100 0 1110 100000011 1000011 111001

Color Harmonies of #7547DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7547DB

Black with #7547DB

Text Example


Text Example

White with #7547DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7547DB; }

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

 H1.HeaderClassName
 {
   color: #7547DB;
 }
 .AnyTagClassName
 {
   color: #7547DB;
 }
</style>

background-color css

<style>
 a { background-color: #7547DB; }

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

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

border-color css

<style>
 span { border-color: #7547DB; }

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

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