Html Css Color HEX #8051CE Slate Blue

📋 copy color: '#8051CE'

red 128 ◦ green 81 ◦ blue 206

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

Shades of Slate Blue #8051CE

Tints of Slate Blue #8051CE

RGB

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

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

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

R = 30.84%
G = 19.52%
B = 49.64%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8051CE (or 0x8051CE) is known color: Slate Blue. HEX triplet: 80, 51 and CE. RGB value is (128,81,206). Sum of RGB (Red+Green+Blue) = 128+81+206=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #8051CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051CE is #7FAE31. Grayscale: #6C6C6C. Windows color (decimal): -8367666 or 13521280. OLE color: 13521280.

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

Color convert

RGB 128 81 206 -
CMYK 0.38 0.61 0 0.19
HSL 262.56º 0.56% 0.56% -
HSV(B) 262.56º 0.61% 0.81% -
XYZ 22.99 14.93 60.06 -
YUV 109.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 128 81 206 0.38 0.61 0 0.19 262.56 0.56 0.56
Hex 80 51 CE 26 3D 0 13 107 38 38
Octal 200 121 316 46 75 0 23 407 70 70
Binary 10000000 1010001 11001110 100110 111101 0 10011 100000111 111000 111000

Color Harmonies of #8051CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051CE

Black with #8051CE

Text Example


Text Example

White with #8051CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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