Html Css Color HEX #8479FE Light Slate Blue

📋 copy color: '#8479FE'

red 132 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #8479FE

Tints of Light Slate Blue #8479FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.87%

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

R = 26.04%
G = 23.87%
B = 50.1%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8479FE (or 0x8479FE) is known color: Light Slate Blue. HEX triplet: 84, 79 and FE. RGB value is (132,121,254). Sum of RGB (Red+Green+Blue) = 132+121+254=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #8479FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8479FE is #7B8601. Grayscale: #8A8A8A. Windows color (decimal): -8095234 or 16677252. OLE color: 16677252.

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

Color convert

RGB 132 121 254 -
CMYK 0.48 0.52 0 0.00
HSL 244.96º 0.99% 0.74% -
HSV(B) 244.96º 0.52% 1% -
XYZ 34.24 25.74 96.93 -
YUV 139.45 192.64 122.69 -
System Red Green Blue C M Y K H S L
Decimal 132 121 254 0.48 0.52 0 0.00 244.96 0.99 0.74
Hex 84 79 FE 30 34 0 0 F5 63 4A
Octal 204 171 376 60 64 0 0 365 143 112
Binary 10000100 1111001 11111110 110000 110100 0 0 11110101 1100011 1001010

Color Harmonies of #8479FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479FE

Black with #8479FE

Text Example


Text Example

White with #8479FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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