Html Css Color HEX #8153DE Medium Slate Blue

📋 copy color: '#8153DE'

red 129 ◦ green 83 ◦ blue 222

#8153DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #8153DE

Tints of Medium Slate Blue #8153DE

RGB

 RED value IS 129 (50.78% from 255) = 29.72%

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 29.72%
G = 19.12%
B = 51.15%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8153DE (or 0x8153DE) is known color: Medium Slate Blue. HEX triplet: 81, 53 and DE. RGB value is (129,83,222). Sum of RGB (Red+Green+Blue) = 129+83+222=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #8153DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153DE is #7EAC21. Grayscale: #707070. Windows color (decimal): -8301602 or 14570369. OLE color: 14570369.

HSL color Cylindrical-coordinate representation of color #8153DE: hue angle of 259.86º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8153DE is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 83 222 -
CMYK 0.42 0.63 0 0.13
HSL 259.86º 0.68% 0.6% -
HSV(B) 259.86º 0.63% 0.87% -
XYZ 25.33 16.13 70.89 -
YUV 112.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 129 83 222 0.42 0.63 0 0.13 259.86 0.68 0.6
Hex 81 53 DE 2A 3F 0 D 104 44 3C
Octal 201 123 336 52 77 0 15 404 104 74
Binary 10000001 1010011 11011110 101010 111111 0 1101 100000100 1000100 111100

Color Harmonies of #8153DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8153DE

Black with #8153DE

Text Example


Text Example

White with #8153DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8153DE; }

 p { color: rgb(129,83,222); }

 H1.HeaderClassName
 {
   color: #8153DE;
 }
 .AnyTagClassName
 {
   color: #8153DE;
 }
</style>

background-color css

<style>
 a { background-color: #8153DE; }

 a { background-color: rgb(129,83,222); }

 div.DivClassName
 {
   background-color: #8153DE;
 }
 .BgClassName
 {
   background-color: #8153DE;
 }
</style>

border-color css

<style>
 span { border-color: #8153DE; }

 span { border-color: rgb(129,83,222); }

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