Html Css Color HEX #7449CA Slate Blue

📋 copy color: '#7449CA'

red 116 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #7449CA

Tints of Slate Blue #7449CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.66%

R = 29.67%
G = 18.67%
B = 51.66%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7449CA (or 0x7449CA) is known color: Slate Blue. HEX triplet: 74, 49 and CA. RGB value is (116,73,202). Sum of RGB (Red+Green+Blue) = 116+73+202=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #7449CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449CA is #8BB635. Grayscale: #646464. Windows color (decimal): -9156150 or 13257076. OLE color: 13257076.

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

Color convert

RGB 116 73 202 -
CMYK 0.43 0.64 0 0.21
HSL 260º 0.55% 0.54% -
HSV(B) 260º 0.64% 0.79% -
XYZ 20.25 12.74 57.27 -
YUV 100.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 116 73 202 0.43 0.64 0 0.21 260 0.55 0.54
Hex 74 49 CA 2B 40 0 15 104 37 36
Octal 164 111 312 53 100 0 25 404 67 66
Binary 1110100 1001001 11001010 101011 1000000 0 10101 100000100 110111 110110

Color Harmonies of #7449CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449CA

Black with #7449CA

Text Example


Text Example

White with #7449CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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