#814BCF

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

Shades of Slate Blue #814BCF

Tints of Slate Blue #814BCF

Color information

#814BCF (or 0x814BCF) is unknown color: approx Slate Blue. HEX triplet: 81, 4B and CF. RGB value is (129,75,207). Sum of RGB (Red+Green+Blue) = 129+75+207=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #814BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BCF is #7EB430. Grayscale: #696969. Windows color (decimal): -8303665 or 13585281. OLE color: 13585281.

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

Color convert

RGB12975207-
CMYK0.380.6400.19
HSL264.55º57.89%55.29%-
HSV(B)264.55º63.77%81.18%-
XYZ22.8314.260.57-
YUV106.19184.89144.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 207 (81.25% from 255) = 50.36%
R=31.39%
G=18.25%
B=50.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129752070.380.6400.19264.5557.8955.29
Hex814BCF26400131093a37
Octal201113317461000234117267
Binary100000011001011110011111001101000000010011100001001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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