Html Css Color HEX #8478FE Light Slate Blue

📋 copy color: '#8478FE'

red 132 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #8478FE

Tints of Light Slate Blue #8478FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.72%

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

R = 26.09%
G = 23.72%
B = 50.2%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8478FE (or 0x8478FE) is known color: Light Slate Blue. HEX triplet: 84, 78 and FE. RGB value is (132,120,254). Sum of RGB (Red+Green+Blue) = 132+120+254=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #8478FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8478FE is #7B8701. Grayscale: #8A8A8A. Windows color (decimal): -8095490 or 16676996. OLE color: 16676996.

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

Color convert

RGB 132 120 254 -
CMYK 0.48 0.53 0 0.00
HSL 245.37º 0.99% 0.73% -
HSV(B) 245.37º 0.53% 1% -
XYZ 34.12 25.49 96.89 -
YUV 138.86 192.98 123.1 -
System Red Green Blue C M Y K H S L
Decimal 132 120 254 0.48 0.53 0 0.00 245.37 0.99 0.73
Hex 84 78 FE 30 35 0 0 F5 63 49
Octal 204 170 376 60 65 0 0 365 143 111
Binary 10000100 1111000 11111110 110000 110101 0 0 11110101 1100011 1001001

Color Harmonies of #8478FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8478FE

Black with #8478FE

Text Example


Text Example

White with #8478FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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