Html Css Color HEX #8151D6 Slate Blue

📋 copy color: '#8151D6'

red 129 ◦ green 81 ◦ blue 214

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

Shades of Slate Blue #8151D6

Tints of Slate Blue #8151D6

RGB

 RED value IS 129 (50.78% from 255) = 30.42%

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

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 30.42%
G = 19.1%
B = 50.47%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8151D6 (or 0x8151D6) is known color: Slate Blue. HEX triplet: 81, 51 and D6. RGB value is (129,81,214). Sum of RGB (Red+Green+Blue) = 129+81+214=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #8151D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151D6 is #7EAE29. Grayscale: #6E6E6E. Windows color (decimal): -8302122 or 14045569. OLE color: 14045569.

HSL color Cylindrical-coordinate representation of color #8151D6: hue angle of 261.65º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8151D6 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 81 214 -
CMYK 0.40 0.62 0 0.16
HSL 261.65º 0.62% 0.58% -
HSV(B) 261.65º 0.62% 0.84% -
XYZ 24.13 15.41 65.32 -
YUV 110.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 129 81 214 0.40 0.62 0 0.16 261.65 0.62 0.58
Hex 81 51 D6 28 3E 0 10 106 3E 3A
Octal 201 121 326 50 76 0 20 406 76 72
Binary 10000001 1010001 11010110 101000 111110 0 10000 100000110 111110 111010

Color Harmonies of #8151D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8151D6

Black with #8151D6

Text Example


Text Example

White with #8151D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8151D6; }

 p { color: rgb(129,81,214); }

 H1.HeaderClassName
 {
   color: #8151D6;
 }
 .AnyTagClassName
 {
   color: #8151D6;
 }
</style>

background-color css

<style>
 a { background-color: #8151D6; }

 a { background-color: rgb(129,81,214); }

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

border-color css

<style>
 span { border-color: #8151D6; }

 span { border-color: rgb(129,81,214); }

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