Html Css Color HEX #7449CD Slate Blue

📋 copy color: '#7449CD'

red 116 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #7449CD

Tints of Slate Blue #7449CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 29.44%
G = 18.53%
B = 52.03%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7449CD (or 0x7449CD) is known color: Slate Blue. HEX triplet: 74, 49 and CD. RGB value is (116,73,205). Sum of RGB (Red+Green+Blue) = 116+73+205=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #7449CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449CD is #8BB632. Grayscale: #646464. Windows color (decimal): -9156147 or 13453684. OLE color: 13453684.

HSL color Cylindrical-coordinate representation of color #7449CD: hue angle of 259.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7449CD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 73 205 -
CMYK 0.43 0.64 0 0.20
HSL 259.55º 0.57% 0.55% -
HSV(B) 259.55º 0.64% 0.8% -
XYZ 20.6 12.89 59.16 -
YUV 100.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 116 73 205 0.43 0.64 0 0.20 259.55 0.57 0.55
Hex 74 49 CD 2B 40 0 14 104 39 37
Octal 164 111 315 53 100 0 24 404 71 67
Binary 1110100 1001001 11001101 101011 1000000 0 10100 100000100 111001 110111

Color Harmonies of #7449CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449CD

Black with #7449CD

Text Example


Text Example

White with #7449CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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