Html Css Color HEX #7449D5 Slate Blue

📋 copy color: '#7449D5'

red 116 ◦ green 73 ◦ blue 213

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

Shades of Slate Blue #7449D5

Tints of Slate Blue #7449D5

RGB

 RED value IS 116 (45.7% from 255) = 28.86%

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

 BLUE value IS 213 (83.59% from 255) = 52.99%

R = 28.86%
G = 18.16%
B = 52.99%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7449D5 (or 0x7449D5) is known color: Slate Blue. HEX triplet: 74, 49 and D5. RGB value is (116,73,213). Sum of RGB (Red+Green+Blue) = 116+73+213=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #7449D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449D5 is #8BB62A. Grayscale: #656565. Windows color (decimal): -9156139 or 13977972. OLE color: 13977972.

HSL color Cylindrical-coordinate representation of color #7449D5: hue angle of 258.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7449D5 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 73 213 -
CMYK 0.46 0.66 0 0.16
HSL 258.43º 0.63% 0.56% -
HSV(B) 258.43º 0.66% 0.84% -
XYZ 21.6 13.28 64.38 -
YUV 101.82 190.75 138.12 -
System Red Green Blue C M Y K H S L
Decimal 116 73 213 0.46 0.66 0 0.16 258.43 0.63 0.56
Hex 74 49 D5 2E 42 0 10 102 3E 38
Octal 164 111 325 56 102 0 20 402 76 70
Binary 1110100 1001001 11010101 101110 1000010 0 10000 100000010 111110 111000

Color Harmonies of #7449D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449D5

Black with #7449D5

Text Example


Text Example

White with #7449D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7449D5; }

 p { color: rgb(116,73,213); }

 H1.HeaderClassName
 {
   color: #7449D5;
 }
 .AnyTagClassName
 {
   color: #7449D5;
 }
</style>

background-color css

<style>
 a { background-color: #7449D5; }

 a { background-color: rgb(116,73,213); }

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

border-color css

<style>
 span { border-color: #7449D5; }

 span { border-color: rgb(116,73,213); }

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