Html Css Color HEX #8052CA Slate Blue

📋 copy color: '#8052CA'

red 128 ◦ green 82 ◦ blue 202

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

Shades of Slate Blue #8052CA

Tints of Slate Blue #8052CA

RGB

 RED value IS 128 (50.39% from 255) = 31.07%

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

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

R = 31.07%
G = 19.9%
B = 49.03%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8052CA (or 0x8052CA) is known color: Slate Blue. HEX triplet: 80, 52 and CA. RGB value is (128,82,202). Sum of RGB (Red+Green+Blue) = 128+82+202=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #8052CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052CA is #7FAD35. Grayscale: #6D6D6D. Windows color (decimal): -8367414 or 13259392. OLE color: 13259392.

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

Color convert

RGB 128 82 202 -
CMYK 0.37 0.59 0 0.21
HSL 263º 0.53% 0.56% -
HSV(B) 263º 0.59% 0.79% -
XYZ 22.58 14.89 57.56 -
YUV 109.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 128 82 202 0.37 0.59 0 0.21 263 0.53 0.56
Hex 80 52 CA 25 3B 0 15 107 35 38
Octal 200 122 312 45 73 0 25 407 65 70
Binary 10000000 1010010 11001010 100101 111011 0 10101 100000111 110101 111000

Color Harmonies of #8052CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052CA

Black with #8052CA

Text Example


Text Example

White with #8052CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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