Html Css Color HEX #8052CE Slate Blue

📋 copy color: '#8052CE'

red 128 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #8052CE

Tints of Slate Blue #8052CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 30.77%
G = 19.71%
B = 49.52%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8052CE (or 0x8052CE) is known color: Slate Blue. HEX triplet: 80, 52 and CE. RGB value is (128,82,206). Sum of RGB (Red+Green+Blue) = 128+82+206=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #8052CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052CE is #7FAD31. Grayscale: #6D6D6D. Windows color (decimal): -8367410 or 13521536. OLE color: 13521536.

HSL color Cylindrical-coordinate representation of color #8052CE: hue angle of 262.26º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8052CE is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 82 206 -
CMYK 0.38 0.60 0 0.19
HSL 262.26º 0.56% 0.56% -
HSV(B) 262.26º 0.6% 0.81% -
XYZ 23.06 15.08 60.09 -
YUV 109.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 128 82 206 0.38 0.60 0 0.19 262.26 0.56 0.56
Hex 80 52 CE 26 3C 0 13 106 38 38
Octal 200 122 316 46 74 0 23 406 70 70
Binary 10000000 1010010 11001110 100110 111100 0 10011 100000110 111000 111000

Color Harmonies of #8052CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052CE

Black with #8052CE

Text Example


Text Example

White with #8052CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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