Html Css Color HEX #7253CA Slate Blue

📋 copy color: '#7253CA'

red 114 ◦ green 83 ◦ blue 202

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

Shades of Slate Blue #7253CA

Tints of Slate Blue #7253CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.8%

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

R = 28.57%
G = 20.8%
B = 50.63%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7253CA (or 0x7253CA) is known color: Slate Blue. HEX triplet: 72, 53 and CA. RGB value is (114,83,202). Sum of RGB (Red+Green+Blue) = 114+83+202=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7253CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253CA is #8DAC35. Grayscale: #696969. Windows color (decimal): -9284662 or 13259634. OLE color: 13259634.

HSL color Cylindrical-coordinate representation of color #7253CA: hue angle of 255.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7253CA is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 83 202 -
CMYK 0.44 0.59 0 0.21
HSL 255.63º 0.53% 0.56% -
HSV(B) 255.63º 0.59% 0.79% -
XYZ 20.69 14.03 57.49 -
YUV 105.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 114 83 202 0.44 0.59 0 0.21 255.63 0.53 0.56
Hex 72 53 CA 2C 3B 0 15 100 35 38
Octal 162 123 312 54 73 0 25 400 65 70
Binary 1110010 1010011 11001010 101100 111011 0 10101 100000000 110101 111000

Color Harmonies of #7253CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253CA

Black with #7253CA

Text Example


Text Example

White with #7253CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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