#814BEE

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

Shades of Medium Slate Blue #814BEE

Tints of Medium Slate Blue #814BEE

Color information

#814BEE (or 0x814BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 4B and EE. RGB value is (129,75,238). Sum of RGB (Red+Green+Blue) = 129+75+238=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #814BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814BEE is #7EB411. Grayscale: #6D6D6D. Windows color (decimal): -8303634 or 15616897. OLE color: 15616897.

HSL color Cylindrical-coordinate representation of color #814BEE: hue angle of 259.88º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #814BEE is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12975238-
CMYK0.460.6800.07
HSL259.88º82.74%61.37%-
HSV(B)259.88º68.49%93.33%-
XYZ2715.8782.53-
YUV109.73200.39141.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 238 (93.36% from 255) = 53.85%
R=29.19%
G=16.97%
B=53.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal129752380.460.6800.07259.8882.7461.37
Hex814BEE2E4407104533d
Octal201113356561040740412375
Binary10000001100101111101110101110100010001111000001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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