Html Css Color HEX #8155E6 Medium Slate Blue

📋 copy color: '#8155E6'

red 129 ◦ green 85 ◦ blue 230

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

Shades of Medium Slate Blue #8155E6

Tints of Medium Slate Blue #8155E6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.14%

 BLUE value IS 230 (90.23% from 255) = 51.8%

R = 29.05%
G = 19.14%
B = 51.8%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8155E6 (or 0x8155E6) is known color: Medium Slate Blue. HEX triplet: 81, 55 and E6. RGB value is (129,85,230). Sum of RGB (Red+Green+Blue) = 129+85+230=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #8155E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155E6 is #7EAA19. Grayscale: #727272. Windows color (decimal): -8301082 or 15095169. OLE color: 15095169.

HSL color Cylindrical-coordinate representation of color #8155E6: hue angle of 258.21º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8155E6 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 129 85 230 -
CMYK 0.44 0.63 0 0.10
HSL 258.21º 0.74% 0.62% -
HSV(B) 258.21º 0.63% 0.9% -
XYZ 26.58 16.88 76.72 -
YUV 114.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 129 85 230 0.44 0.63 0 0.10 258.21 0.74 0.62
Hex 81 55 E6 2C 3F 0 A 102 4A 3E
Octal 201 125 346 54 77 0 12 402 112 76
Binary 10000001 1010101 11100110 101100 111111 0 1010 100000010 1001010 111110

Color Harmonies of #8155E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155E6

Black with #8155E6

Text Example


Text Example

White with #8155E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8155E6; }

 p { color: rgb(129,85,230); }

 H1.HeaderClassName
 {
   color: #8155E6;
 }
 .AnyTagClassName
 {
   color: #8155E6;
 }
</style>

background-color css

<style>
 a { background-color: #8155E6; }

 a { background-color: rgb(129,85,230); }

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

border-color css

<style>
 span { border-color: #8155E6; }

 span { border-color: rgb(129,85,230); }

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