Html Css Color HEX #8460FF Light Slate Blue

📋 copy color: '#8460FF'

red 132 ◦ green 96 ◦ blue 255

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

Shades of Light Slate Blue #8460FF

Tints of Light Slate Blue #8460FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 27.33%
G = 19.88%
B = 52.8%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8460FF (or 0x8460FF) is known color: Light Slate Blue. HEX triplet: 84, 60 and FF. RGB value is (132,96,255). Sum of RGB (Red+Green+Blue) = 132+96+255=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #8460FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8460FF is #7B9F00. Grayscale: #7C7C7C. Windows color (decimal): -8101633 or 16736388. OLE color: 16736388.

HSL color Cylindrical-coordinate representation of color #8460FF: hue angle of 253.58º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8460FF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 96 255 -
CMYK 0.48 0.62 0 0
HSL 253.58º 1% 0.69% -
HSV(B) 253.58º 0.62% 1% -
XYZ 31.75 20.49 96.89 -
YUV 124.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 132 96 255 0.48 0.62 0 0 253.58 1 0.69
Hex 84 60 FF 30 3E 0 0 FE 64 45
Octal 204 140 377 60 76 0 0 376 144 105
Binary 10000100 1100000 11111111 110000 111110 0 0 11111110 1100100 1000101

Color Harmonies of #8460FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8460FF

Black with #8460FF

Text Example


Text Example

White with #8460FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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