Html Css Color HEX #8662E6 Medium Slate Blue

📋 copy color: '#8662E6'

red 134 ◦ green 98 ◦ blue 230

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

Shades of Medium Slate Blue #8662E6

Tints of Medium Slate Blue #8662E6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.21%

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

R = 29%
G = 21.21%
B = 49.78%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8662E6 (or 0x8662E6) is known color: Medium Slate Blue. HEX triplet: 86, 62 and E6. RGB value is (134,98,230). Sum of RGB (Red+Green+Blue) = 134+98+230=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #8662E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8662E6 is #799D19. Grayscale: #7B7B7B. Windows color (decimal): -7970074 or 15098502. OLE color: 15098502.

HSL color Cylindrical-coordinate representation of color #8662E6: hue angle of 256.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8662E6 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 98 230 -
CMYK 0.42 0.57 0 0.10
HSL 256.36º 0.73% 0.64% -
HSV(B) 256.36º 0.57% 0.9% -
XYZ 28.48 19.52 77.13 -
YUV 123.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 134 98 230 0.42 0.57 0 0.10 256.36 0.73 0.64
Hex 86 62 E6 2A 39 0 A 100 49 40
Octal 206 142 346 52 71 0 12 400 111 100
Binary 10000110 1100010 11100110 101010 111001 0 1010 100000000 1001001 1000000

Color Harmonies of #8662E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8662E6

Black with #8662E6

Text Example


Text Example

White with #8662E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,98,230); }

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

background-color css

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

 a { background-color: rgb(134,98,230); }

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

border-color css

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

 span { border-color: rgb(134,98,230); }

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