Html Css Color HEX #8151DB Slate Blue

📋 copy color: '#8151DB'

red 129 ◦ green 81 ◦ blue 219

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

Shades of Slate Blue #8151DB

Tints of Slate Blue #8151DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 30.07%
G = 18.88%
B = 51.05%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8151DB (or 0x8151DB) is known color: Slate Blue. HEX triplet: 81, 51 and DB. RGB value is (129,81,219). Sum of RGB (Red+Green+Blue) = 129+81+219=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #8151DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151DB is #7EAE24. Grayscale: #6E6E6E. Windows color (decimal): -8302117 or 14373249. OLE color: 14373249.

HSL color Cylindrical-coordinate representation of color #8151DB: hue angle of 260.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8151DB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 81 219 -
CMYK 0.41 0.63 0 0.14
HSL 260.87º 0.66% 0.59% -
HSV(B) 260.87º 0.63% 0.86% -
XYZ 24.78 15.67 68.74 -
YUV 111.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 129 81 219 0.41 0.63 0 0.14 260.87 0.66 0.59
Hex 81 51 DB 29 3F 0 E 105 42 3B
Octal 201 121 333 51 77 0 16 405 102 73
Binary 10000001 1010001 11011011 101001 111111 0 1110 100000101 1000010 111011

Color Harmonies of #8151DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8151DB

Black with #8151DB

Text Example


Text Example

White with #8151DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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