Html Css Color HEX #8154DB Slate Blue

📋 copy color: '#8154DB'

red 129 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #8154DB

Tints of Slate Blue #8154DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.44%

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

R = 29.86%
G = 19.44%
B = 50.69%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8154DB (or 0x8154DB) is known color: Slate Blue. HEX triplet: 81, 54 and DB. RGB value is (129,84,219). Sum of RGB (Red+Green+Blue) = 129+84+219=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #8154DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8154DB is #7EAB24. Grayscale: #707070. Windows color (decimal): -8301349 or 14374017. OLE color: 14374017.

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

Color convert

RGB 129 84 219 -
CMYK 0.41 0.62 0 0.14
HSL 260º 0.65% 0.59% -
HSV(B) 260º 0.62% 0.86% -
XYZ 25.01 16.12 68.81 -
YUV 112.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 129 84 219 0.41 0.62 0 0.14 260 0.65 0.59
Hex 81 54 DB 29 3E 0 E 104 41 3B
Octal 201 124 333 51 76 0 16 404 101 73
Binary 10000001 1010100 11011011 101001 111110 0 1110 100000100 1000001 111011

Color Harmonies of #8154DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8154DB

Black with #8154DB

Text Example


Text Example

White with #8154DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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