Html Css Color HEX #8555EE Medium Slate Blue

📋 copy color: '#8555EE'

red 133 ◦ green 85 ◦ blue 238

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

Shades of Medium Slate Blue #8555EE

Tints of Medium Slate Blue #8555EE

RGB

 RED value IS 133 (52.34% from 255) = 29.17%

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

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 29.17%
G = 18.64%
B = 52.19%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8555EE (or 0x8555EE) is known color: Medium Slate Blue. HEX triplet: 85, 55 and EE. RGB value is (133,85,238). Sum of RGB (Red+Green+Blue) = 133+85+238=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #8555EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8555EE is #7AAA11. Grayscale: #747474. Windows color (decimal): -8038930 or 15619461. OLE color: 15619461.

HSL color Cylindrical-coordinate representation of color #8555EE: hue angle of 258.82º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8555EE is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 85 238 -
CMYK 0.44 0.64 0 0.07
HSL 258.82º 0.82% 0.63% -
HSV(B) 258.82º 0.64% 0.93% -
XYZ 28.35 17.66 82.8 -
YUV 116.79 196.4 139.56 -
System Red Green Blue C M Y K H S L
Decimal 133 85 238 0.44 0.64 0 0.07 258.82 0.82 0.63
Hex 85 55 EE 2C 40 0 7 103 52 3F
Octal 205 125 356 54 100 0 7 403 122 77
Binary 10000101 1010101 11101110 101100 1000000 0 111 100000011 1010010 111111

Color Harmonies of #8555EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8555EE

Black with #8555EE

Text Example


Text Example

White with #8555EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8555EE; }

 p { color: rgb(133,85,238); }

 H1.HeaderClassName
 {
   color: #8555EE;
 }
 .AnyTagClassName
 {
   color: #8555EE;
 }
</style>

background-color css

<style>
 a { background-color: #8555EE; }

 a { background-color: rgb(133,85,238); }

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

border-color css

<style>
 span { border-color: #8555EE; }

 span { border-color: rgb(133,85,238); }

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