Html Css Color HEX #8579FE Light Slate Blue

📋 copy color: '#8579FE'

red 133 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #8579FE

Tints of Light Slate Blue #8579FE

RGB

 RED value IS 133 (52.34% from 255) = 26.18%

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

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

R = 26.18%
G = 23.82%
B = 50%

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

#8579FE (or 0x8579FE) is known color: Light Slate Blue. HEX triplet: 85, 79 and FE. RGB value is (133,121,254). Sum of RGB (Red+Green+Blue) = 133+121+254=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #8579FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8579FE is #7A8601. Grayscale: #8B8B8B. Windows color (decimal): -8029698 or 16677253. OLE color: 16677253.

HSL color Cylindrical-coordinate representation of color #8579FE: hue angle of 245.41º 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 #8579FE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 121 254 -
CMYK 0.48 0.52 0 0.00
HSL 245.41º 0.99% 0.74% -
HSV(B) 245.41º 0.52% 1% -
XYZ 34.4 25.82 96.94 -
YUV 139.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 133 121 254 0.48 0.52 0 0.00 245.41 0.99 0.74
Hex 85 79 FE 30 34 0 0 F5 63 4A
Octal 205 171 376 60 64 0 0 365 143 112
Binary 10000101 1111001 11111110 110000 110100 0 0 11110101 1100011 1001010

Color Harmonies of #8579FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8579FE

Black with #8579FE

Text Example


Text Example

White with #8579FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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