Html Css Color HEX #8460F9 Medium Slate Blue

📋 copy color: '#8460F9'

red 132 ◦ green 96 ◦ blue 249

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

Shades of Medium Slate Blue #8460F9

Tints of Medium Slate Blue #8460F9

RGB

 RED value IS 132 (51.95% from 255) = 27.67%

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

 BLUE value IS 249 (97.66% from 255) = 52.2%

R = 27.67%
G = 20.13%
B = 52.2%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8460F9 (or 0x8460F9) is known color: Medium Slate Blue. HEX triplet: 84, 60 and F9. RGB value is (132,96,249). Sum of RGB (Red+Green+Blue) = 132+96+249=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #8460F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8460F9 is #7B9F06. Grayscale: #7B7B7B. Windows color (decimal): -8101639 or 16343172. OLE color: 16343172.

HSL color Cylindrical-coordinate representation of color #8460F9: hue angle of 254.12º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8460F9 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 96 249 -
CMYK 0.47 0.61 0 0.02
HSL 254.12º 0.93% 0.68% -
HSV(B) 254.12º 0.61% 0.98% -
XYZ 30.8 20.11 91.88 -
YUV 124.21 198.43 133.56 -
System Red Green Blue C M Y K H S L
Decimal 132 96 249 0.47 0.61 0 0.02 254.12 0.93 0.68
Hex 84 60 F9 2F 3D 0 2 FE 5D 44
Octal 204 140 371 57 75 0 2 376 135 104
Binary 10000100 1100000 11111001 101111 111101 0 10 11111110 1011101 1000100

Color Harmonies of #8460F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8460F9

Black with #8460F9

Text Example


Text Example

White with #8460F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8460F9; }

 p { color: rgb(132,96,249); }

 H1.HeaderClassName
 {
   color: #8460F9;
 }
 .AnyTagClassName
 {
   color: #8460F9;
 }
</style>

background-color css

<style>
 a { background-color: #8460F9; }

 a { background-color: rgb(132,96,249); }

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

border-color css

<style>
 span { border-color: #8460F9; }

 span { border-color: rgb(132,96,249); }

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