Html Css Color HEX #8052CB Slate Blue

📋 copy color: '#8052CB'

red 128 ◦ green 82 ◦ blue 203

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

Shades of Slate Blue #8052CB

Tints of Slate Blue #8052CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 30.99%
G = 19.85%
B = 49.15%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8052CB (or 0x8052CB) is known color: Slate Blue. HEX triplet: 80, 52 and CB. RGB value is (128,82,203). Sum of RGB (Red+Green+Blue) = 128+82+203=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #8052CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052CB is #7FAD34. Grayscale: #6D6D6D. Windows color (decimal): -8367413 or 13324928. OLE color: 13324928.

HSL color Cylindrical-coordinate representation of color #8052CB: hue angle of 262.81º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8052CB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 82 203 -
CMYK 0.37 0.60 0 0.20
HSL 262.81º 0.54% 0.56% -
HSV(B) 262.81º 0.6% 0.8% -
XYZ 22.7 14.94 58.19 -
YUV 109.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 128 82 203 0.37 0.60 0 0.20 262.81 0.54 0.56
Hex 80 52 CB 25 3C 0 14 107 36 38
Octal 200 122 313 45 74 0 24 407 66 70
Binary 10000000 1010010 11001011 100101 111100 0 10100 100000111 110110 111000

Color Harmonies of #8052CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052CB

Black with #8052CB

Text Example


Text Example

White with #8052CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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