Html Css Color HEX #815ADE Medium Slate Blue

📋 copy color: '#815ADE'

red 129 ◦ green 90 ◦ blue 222

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

Shades of Medium Slate Blue #815ADE

Tints of Medium Slate Blue #815ADE

RGB

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

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

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

R = 29.25%
G = 20.41%
B = 50.34%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#815ADE (or 0x815ADE) is known color: Medium Slate Blue. HEX triplet: 81, 5A and DE. RGB value is (129,90,222). Sum of RGB (Red+Green+Blue) = 129+90+222=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #815ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ADE is #7EA521. Grayscale: #747474. Windows color (decimal): -8299810 or 14572161. OLE color: 14572161.

HSL color Cylindrical-coordinate representation of color #815ADE: hue angle of 257.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815ADE is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 90 222 -
CMYK 0.42 0.59 0 0.13
HSL 257.73º 0.67% 0.61% -
HSV(B) 257.73º 0.59% 0.87% -
XYZ 25.89 17.25 71.07 -
YUV 116.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 129 90 222 0.42 0.59 0 0.13 257.73 0.67 0.61
Hex 81 5A DE 2A 3B 0 D 102 43 3D
Octal 201 132 336 52 73 0 15 402 103 75
Binary 10000001 1011010 11011110 101010 111011 0 1101 100000010 1000011 111101

Color Harmonies of #815ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815ADE

Black with #815ADE

Text Example


Text Example

White with #815ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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