Html Css Color HEX #8A60F5 Medium Slate Blue

📋 copy color: '#8A60F5'

red 138 ◦ green 96 ◦ blue 245

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

Shades of Medium Slate Blue #8A60F5

Tints of Medium Slate Blue #8A60F5

RGB

 RED value IS 138 (54.3% from 255) = 28.81%

 GREEN value IS 96 (37.89% from 255) = 20.04%

 BLUE value IS 245 (96.09% from 255) = 51.15%

R = 28.81%
G = 20.04%
B = 51.15%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8A60F5 (or 0x8A60F5) is known color: Medium Slate Blue. HEX triplet: 8A, 60 and F5. RGB value is (138,96,245). Sum of RGB (Red+Green+Blue) = 138+96+245=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #8A60F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A60F5 is #759F0A. Grayscale: #7C7C7C. Windows color (decimal): -7708427 or 16081034. OLE color: 16081034.

HSL color Cylindrical-coordinate representation of color #8A60F5: hue angle of 256.91º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A60F5 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 96 245 -
CMYK 0.44 0.61 0 0.04
HSL 256.91º 0.88% 0.67% -
HSV(B) 256.91º 0.61% 0.96% -
XYZ 31.15 20.36 88.67 -
YUV 125.54 195.41 136.88 -
System Red Green Blue C M Y K H S L
Decimal 138 96 245 0.44 0.61 0 0.04 256.91 0.88 0.67
Hex 8A 60 F5 2C 3D 0 4 101 58 43
Octal 212 140 365 54 75 0 4 401 130 103
Binary 10001010 1100000 11110101 101100 111101 0 100 100000001 1011000 1000011

Color Harmonies of #8A60F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A60F5

Black with #8A60F5

Text Example


Text Example

White with #8A60F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A60F5; }

 p { color: rgb(138,96,245); }

 H1.HeaderClassName
 {
   color: #8A60F5;
 }
 .AnyTagClassName
 {
   color: #8A60F5;
 }
</style>

background-color css

<style>
 a { background-color: #8A60F5; }

 a { background-color: rgb(138,96,245); }

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

border-color css

<style>
 span { border-color: #8A60F5; }

 span { border-color: rgb(138,96,245); }

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