#814FCF

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

Shades of Slate Blue #814FCF

Tints of Slate Blue #814FCF

Color information

#814FCF (or 0x814FCF) is unknown color: approx Slate Blue. HEX triplet: 81, 4F and CF. RGB value is (129,79,207). Sum of RGB (Red+Green+Blue) = 129+79+207=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #814FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FCF is #7EB030. Grayscale: #6C6C6C. Windows color (decimal): -8302641 or 13586305. OLE color: 13586305.

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

Color convert

RGB12979207-
CMYK0.380.6200.19
HSL263.44º57.14%56.08%-
HSV(B)263.44º61.84%81.18%-
XYZ23.1114.7660.66-
YUV108.54183.56142.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.08%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 207 (81.25% from 255) = 49.88%
R=31.08%
G=19.04%
B=49.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129792070.380.6200.19263.4457.1456.08
Hex814FCF263E0131073938
Octal20111731746760234077170
Binary10000001100111111001111100110111110010011100000111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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