Html Css Color HEX #8460FA Light Slate Blue

📋 copy color: '#8460FA'

red 132 ◦ green 96 ◦ blue 250

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

Shades of Light Slate Blue #8460FA

Tints of Light Slate Blue #8460FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 27.62%
G = 20.08%
B = 52.3%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8460FA (or 0x8460FA) is known color: Light Slate Blue. HEX triplet: 84, 60 and FA. RGB value is (132,96,250). Sum of RGB (Red+Green+Blue) = 132+96+250=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #8460FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8460FA is #7B9F05. Grayscale: #7B7B7B. Windows color (decimal): -8101638 or 16408708. OLE color: 16408708.

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

Color convert

RGB 132 96 250 -
CMYK 0.47 0.62 0 0.02
HSL 254.03º 0.94% 0.68% -
HSV(B) 254.03º 0.62% 0.98% -
XYZ 30.95 20.17 92.7 -
YUV 124.32 198.93 133.48 -
System Red Green Blue C M Y K H S L
Decimal 132 96 250 0.47 0.62 0 0.02 254.03 0.94 0.68
Hex 84 60 FA 2F 3E 0 2 FE 5E 44
Octal 204 140 372 57 76 0 2 376 136 104
Binary 10000100 1100000 11111010 101111 111110 0 10 11111110 1011110 1000100

Color Harmonies of #8460FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8460FA

Black with #8460FA

Text Example


Text Example

White with #8460FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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