Html Css Color HEX #8655EE Medium Slate Blue

📋 copy color: '#8655EE'

red 134 ◦ green 85 ◦ blue 238

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

Shades of Medium Slate Blue #8655EE

Tints of Medium Slate Blue #8655EE

RGB

 RED value IS 134 (52.73% from 255) = 29.32%

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

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

R = 29.32%
G = 18.6%
B = 52.08%

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

#8655EE (or 0x8655EE) is known color: Medium Slate Blue. HEX triplet: 86, 55 and EE. RGB value is (134,85,238). Sum of RGB (Red+Green+Blue) = 134+85+238=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #8655EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8655EE is #79AA11. Grayscale: #747474. Windows color (decimal): -7973394 or 15619462. OLE color: 15619462.

HSL color Cylindrical-coordinate representation of color #8655EE: hue angle of 259.22º 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 #8655EE is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 85 238 -
CMYK 0.44 0.64 0 0.07
HSL 259.22º 0.82% 0.63% -
HSV(B) 259.22º 0.64% 0.93% -
XYZ 28.51 17.74 82.81 -
YUV 117.09 196.23 140.06 -
System Red Green Blue C M Y K H S L
Decimal 134 85 238 0.44 0.64 0 0.07 259.22 0.82 0.63
Hex 86 55 EE 2C 40 0 7 103 52 3F
Octal 206 125 356 54 100 0 7 403 122 77
Binary 10000110 1010101 11101110 101100 1000000 0 111 100000011 1010010 111111

Color Harmonies of #8655EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8655EE

Black with #8655EE

Text Example


Text Example

White with #8655EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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