Html Css Color HEX #8580FE Light Slate Blue

📋 copy color: '#8580FE'

red 133 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #8580FE

Tints of Light Slate Blue #8580FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.85%

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

R = 25.83%
G = 24.85%
B = 49.32%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8580FE (or 0x8580FE) is known color: Light Slate Blue. HEX triplet: 85, 80 and FE. RGB value is (133,128,254). Sum of RGB (Red+Green+Blue) = 133+128+254=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #8580FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8580FE is #7A7F01. Grayscale: #8F8F8F. Windows color (decimal): -8027906 or 16679045. OLE color: 16679045.

HSL color Cylindrical-coordinate representation of color #8580FE: hue angle of 242.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8580FE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 128 254 -
CMYK 0.48 0.50 0 0.00
HSL 242.38º 0.98% 0.75% -
HSV(B) 242.38º 0.5% 1% -
XYZ 35.28 27.58 97.23 -
YUV 143.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 133 128 254 0.48 0.50 0 0.00 242.38 0.98 0.75
Hex 85 80 FE 30 32 0 0 F2 62 4B
Octal 205 200 376 60 62 0 0 362 142 113
Binary 10000101 10000000 11111110 110000 110010 0 0 11110010 1100010 1001011

Color Harmonies of #8580FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8580FE

Black with #8580FE

Text Example


Text Example

White with #8580FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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