#814BD0

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

Shades of Slate Blue #814BD0

Tints of Slate Blue #814BD0

Color information

#814BD0 (or 0x814BD0) is unknown color: approx Slate Blue. HEX triplet: 81, 4B and D0. RGB value is (129,75,208). Sum of RGB (Red+Green+Blue) = 129+75+208=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #814BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BD0 is #7EB42F. Grayscale: #696969. Windows color (decimal): -8303664 or 13650817. OLE color: 13650817.

HSL color Cylindrical-coordinate representation of color #814BD0: hue angle of 264.36º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #814BD0 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12975208-
CMYK0.380.6400.18
HSL264.36º58.59%55.49%-
HSV(B)264.36º63.94%81.57%-
XYZ22.9514.2561.22-
YUV106.31185.39144.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 208 (81.64% from 255) = 50.49%
R=31.31%
G=18.20%
B=50.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal129752080.380.6400.18264.3658.5955.49
Hex814BD026400121083b37
Octal201113320461000224107367
Binary100000011001011110100001001101000000010010100001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814BD0; }

 p { color: rgb(129,75,208); }

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

<style>
 a { background-color: #814BD0; }

 a { background-color: rgb(129,75,208); }

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

<style>
 span { border-color: #814BD0; }

 span { border-color: rgb(129,75,208); }

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