Html Css Color HEX #7249CA Slate Blue

📋 copy color: '#7249CA'

red 114 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #7249CA

Tints of Slate Blue #7249CA

RGB

 RED value IS 114 (44.92% from 255) = 29.31%

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

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

R = 29.31%
G = 18.77%
B = 51.93%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7249CA (or 0x7249CA) is known color: Slate Blue. HEX triplet: 72, 49 and CA. RGB value is (114,73,202). Sum of RGB (Red+Green+Blue) = 114+73+202=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #7249CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249CA is #8DB635. Grayscale: #636363. Windows color (decimal): -9287222 or 13257074. OLE color: 13257074.

HSL color Cylindrical-coordinate representation of color #7249CA: hue angle of 259.07º 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 #7249CA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 73 202 -
CMYK 0.44 0.64 0 0.21
HSL 259.07º 0.55% 0.54% -
HSV(B) 259.07º 0.64% 0.79% -
XYZ 19.98 12.61 57.26 -
YUV 99.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 114 73 202 0.44 0.64 0 0.21 259.07 0.55 0.54
Hex 72 49 CA 2C 40 0 15 103 37 36
Octal 162 111 312 54 100 0 25 403 67 66
Binary 1110010 1001001 11001010 101100 1000000 0 10101 100000011 110111 110110

Color Harmonies of #7249CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249CA

Black with #7249CA

Text Example


Text Example

White with #7249CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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