Html Css Color HEX #7549DB Slate Blue

📋 copy color: '#7549DB'

red 117 ◦ green 73 ◦ blue 219

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

Shades of Slate Blue #7549DB

Tints of Slate Blue #7549DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

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

R = 28.61%
G = 17.85%
B = 53.55%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7549DB (or 0x7549DB) is known color: Slate Blue. HEX triplet: 75, 49 and DB. RGB value is (117,73,219). Sum of RGB (Red+Green+Blue) = 117+73+219=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #7549DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549DB is #8AB624. Grayscale: #666666. Windows color (decimal): -9090597 or 14371189. OLE color: 14371189.

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

Color convert

RGB 117 73 219 -
CMYK 0.47 0.67 0 0.14
HSL 258.08º 0.67% 0.57% -
HSV(B) 258.08º 0.67% 0.86% -
XYZ 22.5 13.66 68.47 -
YUV 102.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 117 73 219 0.47 0.67 0 0.14 258.08 0.67 0.57
Hex 75 49 DB 2F 43 0 E 102 43 39
Octal 165 111 333 57 103 0 16 402 103 71
Binary 1110101 1001001 11011011 101111 1000011 0 1110 100000010 1000011 111001

Color Harmonies of #7549DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549DB

Black with #7549DB

Text Example


Text Example

White with #7549DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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