#834EDB

Color #834EDB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #834EDB

Tints of Slate Blue #834EDB

Color information

#834EDB (or 0x834EDB) is unknown color: approx Slate Blue. HEX triplet: 83, 4E and DB. RGB value is (131,78,219). Sum of RGB (Red+Green+Blue) = 131+78+219=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #834EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EDB is #7CB124. Grayscale: #6D6D6D. Windows color (decimal): -8171813 or 14372483. OLE color: 14372483.

HSL color Cylindrical-coordinate representation of color #834EDB: hue angle of 262.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834EDB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13178219-
CMYK0.400.6400.14
HSL262.55º66.2%58.24%-
HSV(B)262.55º64.38%85.88%-
XYZ24.8715.3968.68-
YUV109.92189.56143.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 219 (85.94% from 255) = 51.17%
R=30.61%
G=18.22%
B=51.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal131782190.400.6400.14262.5566.258.24
Hex834EDB28400E107423a
Octal2031163335010001640710272
Binary100000111001110110110111010001000000011101000001111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834EDB; }

 p { color: rgb(131,78,219); }

 H1.HeaderClassName
 {
   color: #834EDB;
 }
 .AnyTagClassName
 {
   color: #834EDB;
 }
</style>
background-color css

<style>
 a { background-color: #834EDB; }

 a { background-color: rgb(131,78,219); }

 div.DivClassName
 {
   background-color: #834EDB;
 }
 .BgClassName
 {
   background-color: #834EDB;
 }
</style>
border-color css

<style>
 span { border-color: #834EDB; }

 span { border-color: rgb(131,78,219); }

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