Html Css Color HEX #815CDD Medium Slate Blue

📋 copy color: '#815CDD'

red 129 ◦ green 92 ◦ blue 221

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

Shades of Medium Slate Blue #815CDD

Tints of Medium Slate Blue #815CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 29.19%
G = 20.81%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#815CDD (or 0x815CDD) is known color: Medium Slate Blue. HEX triplet: 81, 5C and DD. RGB value is (129,92,221). Sum of RGB (Red+Green+Blue) = 129+92+221=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #815CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CDD is #7EA322. Grayscale: #757575. Windows color (decimal): -8299299 or 14507137. OLE color: 14507137.

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

Color convert

RGB 129 92 221 -
CMYK 0.42 0.58 0 0.13
HSL 257.21º 0.65% 0.61% -
HSV(B) 257.21º 0.58% 0.87% -
XYZ 25.93 17.54 70.43 -
YUV 117.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 129 92 221 0.42 0.58 0 0.13 257.21 0.65 0.61
Hex 81 5C DD 2A 3A 0 D 101 41 3D
Octal 201 134 335 52 72 0 15 401 101 75
Binary 10000001 1011100 11011101 101010 111010 0 1101 100000001 1000001 111101

Color Harmonies of #815CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CDD

Black with #815CDD

Text Example


Text Example

White with #815CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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