Html Css Color HEX #8051CC Slate Blue

📋 copy color: '#8051CC'

red 128 ◦ green 81 ◦ blue 204

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

Shades of Slate Blue #8051CC

Tints of Slate Blue #8051CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 30.99%
G = 19.61%
B = 49.39%

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

#8051CC (or 0x8051CC) is known color: Slate Blue. HEX triplet: 80, 51 and CC. RGB value is (128,81,204). Sum of RGB (Red+Green+Blue) = 128+81+204=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #8051CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051CC is #7FAE33. Grayscale: #6C6C6C. Windows color (decimal): -8367668 or 13390208. OLE color: 13390208.

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

Color convert

RGB 128 81 204 -
CMYK 0.37 0.60 0 0.2
HSL 262.93º 0.55% 0.56% -
HSV(B) 262.93º 0.6% 0.8% -
XYZ 22.74 14.83 58.79 -
YUV 109.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 128 81 204 0.37 0.60 0 0.2 262.93 0.55 0.56
Hex 80 51 CC 25 3C 0 14 107 37 38
Octal 200 121 314 45 74 0 24 407 67 70
Binary 10000000 1010001 11001100 100101 111100 0 10100 100000111 110111 111000

Color Harmonies of #8051CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051CC

Black with #8051CC

Text Example


Text Example

White with #8051CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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