Html Css Color HEX #8468FE Light Slate Blue

📋 copy color: '#8468FE'

red 132 ◦ green 104 ◦ blue 254

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

Shades of Light Slate Blue #8468FE

Tints of Light Slate Blue #8468FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.22%

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 26.94%
G = 21.22%
B = 51.84%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8468FE (or 0x8468FE) is known color: Light Slate Blue. HEX triplet: 84, 68 and FE. RGB value is (132,104,254). Sum of RGB (Red+Green+Blue) = 132+104+254=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #8468FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8468FE is #7B9701. Grayscale: #808080. Windows color (decimal): -8099586 or 16672900. OLE color: 16672900.

HSL color Cylindrical-coordinate representation of color #8468FE: hue angle of 251.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8468FE is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 104 254 -
CMYK 0.48 0.59 0 0.00
HSL 251.2º 0.99% 0.7% -
HSV(B) 251.2º 0.59% 1% -
XYZ 32.36 21.96 96.3 -
YUV 129.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 132 104 254 0.48 0.59 0 0.00 251.2 0.99 0.7
Hex 84 68 FE 30 3B 0 0 FB 63 46
Octal 204 150 376 60 73 0 0 373 143 106
Binary 10000100 1101000 11111110 110000 111011 0 0 11111011 1100011 1000110

Color Harmonies of #8468FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8468FE

Black with #8468FE

Text Example


Text Example

White with #8468FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8468FE; }

 p { color: rgb(132,104,254); }

 H1.HeaderClassName
 {
   color: #8468FE;
 }
 .AnyTagClassName
 {
   color: #8468FE;
 }
</style>

background-color css

<style>
 a { background-color: #8468FE; }

 a { background-color: rgb(132,104,254); }

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

border-color css

<style>
 span { border-color: #8468FE; }

 span { border-color: rgb(132,104,254); }

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