#824BEE

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

Shades of Medium Slate Blue #824BEE

Tints of Medium Slate Blue #824BEE

Color information

#824BEE (or 0x824BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 4B and EE. RGB value is (130,75,238). Sum of RGB (Red+Green+Blue) = 130+75+238=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #824BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824BEE is #7DB411. Grayscale: #6D6D6D. Windows color (decimal): -8238098 or 15616898. OLE color: 15616898.

HSL color Cylindrical-coordinate representation of color #824BEE: hue angle of 260.25º 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 #824BEE is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13075238-
CMYK0.450.6800.07
HSL260.25º82.74%61.37%-
HSV(B)260.25º68.49%93.33%-
XYZ27.1515.9582.54-
YUV110.03200.22142.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 238 (93.36% from 255) = 53.72%
R=29.35%
G=16.93%
B=53.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130752380.450.6800.07260.2582.7461.37
Hex824BEE2D4407104533d
Octal202113356551040740412375
Binary10000010100101111101110101101100010001111000001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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