Html Css Color HEX #8652EA Medium Slate Blue

📋 copy color: '#8652EA'

red 134 ◦ green 82 ◦ blue 234

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

Shades of Medium Slate Blue #8652EA

Tints of Medium Slate Blue #8652EA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.22%

 BLUE value IS 234 (91.8% from 255) = 52%

R = 29.78%
G = 18.22%
B = 52%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8652EA (or 0x8652EA) is known color: Medium Slate Blue. HEX triplet: 86, 52 and EA. RGB value is (134,82,234). Sum of RGB (Red+Green+Blue) = 134+82+234=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #8652EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8652EA is #79AD15. Grayscale: #727272. Windows color (decimal): -7974166 or 15356550. OLE color: 15356550.

HSL color Cylindrical-coordinate representation of color #8652EA: hue angle of 260.53º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8652EA is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 82 234 -
CMYK 0.43 0.65 0 0.08
HSL 260.53º 0.78% 0.62% -
HSV(B) 260.53º 0.65% 0.92% -
XYZ 27.7 17.04 79.67 -
YUV 114.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 134 82 234 0.43 0.65 0 0.08 260.53 0.78 0.62
Hex 86 52 EA 2B 41 0 8 105 4E 3E
Octal 206 122 352 53 101 0 10 405 116 76
Binary 10000110 1010010 11101010 101011 1000001 0 1000 100000101 1001110 111110

Color Harmonies of #8652EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8652EA

Black with #8652EA

Text Example


Text Example

White with #8652EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8652EA; }

 p { color: rgb(134,82,234); }

 H1.HeaderClassName
 {
   color: #8652EA;
 }
 .AnyTagClassName
 {
   color: #8652EA;
 }
</style>

background-color css

<style>
 a { background-color: #8652EA; }

 a { background-color: rgb(134,82,234); }

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

border-color css

<style>
 span { border-color: #8652EA; }

 span { border-color: rgb(134,82,234); }

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