Html Css Color HEX #8052CC Slate Blue

📋 copy color: '#8052CC'

red 128 ◦ green 82 ◦ blue 204

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

Shades of Slate Blue #8052CC

Tints of Slate Blue #8052CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 30.92%
G = 19.81%
B = 49.28%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8052CC (or 0x8052CC) is known color: Slate Blue. HEX triplet: 80, 52 and CC. RGB value is (128,82,204). Sum of RGB (Red+Green+Blue) = 128+82+204=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #8052CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052CC is #7FAD33. Grayscale: #6D6D6D. Windows color (decimal): -8367412 or 13390464. OLE color: 13390464.

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

Color convert

RGB 128 82 204 -
CMYK 0.37 0.60 0 0.2
HSL 262.62º 0.54% 0.56% -
HSV(B) 262.62º 0.6% 0.8% -
XYZ 22.82 14.98 58.82 -
YUV 109.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 128 82 204 0.37 0.60 0 0.2 262.62 0.54 0.56
Hex 80 52 CC 25 3C 0 14 107 36 38
Octal 200 122 314 45 74 0 24 407 66 70
Binary 10000000 1010010 11001100 100101 111100 0 10100 100000111 110110 111000

Color Harmonies of #8052CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052CC

Black with #8052CC

Text Example


Text Example

White with #8052CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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