Html Css Color HEX #815CDF Medium Slate Blue

📋 copy color: '#815CDF'

red 129 ◦ green 92 ◦ blue 223

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

Shades of Medium Slate Blue #815CDF

Tints of Medium Slate Blue #815CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 29.05%
G = 20.72%
B = 50.23%

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

#815CDF (or 0x815CDF) is known color: Medium Slate Blue. HEX triplet: 81, 5C and DF. RGB value is (129,92,223). Sum of RGB (Red+Green+Blue) = 129+92+223=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #815CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CDF is #7EA320. Grayscale: #757575. Windows color (decimal): -8299297 or 14638209. OLE color: 14638209.

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

Color convert

RGB 129 92 223 -
CMYK 0.42 0.59 0 0.13
HSL 256.95º 0.67% 0.62% -
HSV(B) 256.95º 0.59% 0.87% -
XYZ 26.2 17.65 71.84 -
YUV 118 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 129 92 223 0.42 0.59 0 0.13 256.95 0.67 0.62
Hex 81 5C DF 2A 3B 0 D 101 43 3E
Octal 201 134 337 52 73 0 15 401 103 76
Binary 10000001 1011100 11011111 101010 111011 0 1101 100000001 1000011 111110

Color Harmonies of #815CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CDF

Black with #815CDF

Text Example


Text Example

White with #815CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,92,223); }

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

background-color css

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

 a { background-color: rgb(129,92,223); }

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

border-color css

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

 span { border-color: rgb(129,92,223); }

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