Html Css Color HEX #7252CA Slate Blue

📋 copy color: '#7252CA'

red 114 ◦ green 82 ◦ blue 202

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

Shades of Slate Blue #7252CA

Tints of Slate Blue #7252CA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.6%

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

R = 28.64%
G = 20.6%
B = 50.75%

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

#7252CA (or 0x7252CA) is known color: Slate Blue. HEX triplet: 72, 52 and CA. RGB value is (114,82,202). Sum of RGB (Red+Green+Blue) = 114+82+202=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #7252CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7252CA is #8DAD35. Grayscale: #686868. Windows color (decimal): -9284918 or 13259378. OLE color: 13259378.

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

Color convert

RGB 114 82 202 -
CMYK 0.44 0.59 0 0.21
HSL 256º 0.53% 0.56% -
HSV(B) 256º 0.59% 0.79% -
XYZ 20.62 13.88 57.47 -
YUV 105.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 114 82 202 0.44 0.59 0 0.21 256 0.53 0.56
Hex 72 52 CA 2C 3B 0 15 100 35 38
Octal 162 122 312 54 73 0 25 400 65 70
Binary 1110010 1010010 11001010 101100 111011 0 10101 100000000 110101 111000

Color Harmonies of #7252CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7252CA

Black with #7252CA

Text Example


Text Example

White with #7252CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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