Html Css Color HEX #815ADC Medium Slate Blue

📋 copy color: '#815ADC'

red 129 ◦ green 90 ◦ blue 220

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

Shades of Medium Slate Blue #815ADC

Tints of Medium Slate Blue #815ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.5%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 29.38%
G = 20.5%
B = 50.11%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#815ADC (or 0x815ADC) is known color: Medium Slate Blue. HEX triplet: 81, 5A and DC. RGB value is (129,90,220). Sum of RGB (Red+Green+Blue) = 129+90+220=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #815ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ADC is #7EA523. Grayscale: #737373. Windows color (decimal): -8299812 or 14441089. OLE color: 14441089.

HSL color Cylindrical-coordinate representation of color #815ADC: hue angle of 258º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815ADC is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 90 220 -
CMYK 0.41 0.59 0 0.14
HSL 258º 0.65% 0.61% -
HSV(B) 258º 0.59% 0.86% -
XYZ 25.63 17.15 69.67 -
YUV 116.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 129 90 220 0.41 0.59 0 0.14 258 0.65 0.61
Hex 81 5A DC 29 3B 0 E 102 41 3D
Octal 201 132 334 51 73 0 16 402 101 75
Binary 10000001 1011010 11011100 101001 111011 0 1110 100000010 1000001 111101

Color Harmonies of #815ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815ADC

Black with #815ADC

Text Example


Text Example

White with #815ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815ADC; }

 p { color: rgb(129,90,220); }

 H1.HeaderClassName
 {
   color: #815ADC;
 }
 .AnyTagClassName
 {
   color: #815ADC;
 }
</style>

background-color css

<style>
 a { background-color: #815ADC; }

 a { background-color: rgb(129,90,220); }

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

border-color css

<style>
 span { border-color: #815ADC; }

 span { border-color: rgb(129,90,220); }

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