Html Css Color HEX #9580FE Light Slate Blue

📋 copy color: '#9580FE'

red 149 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #9580FE

Tints of Light Slate Blue #9580FE

RGB

 RED value IS 149 (58.59% from 255) = 28.06%

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

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

R = 28.06%
G = 24.11%
B = 47.83%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9580FE (or 0x9580FE) is known color: Light Slate Blue. HEX triplet: 95, 80 and FE. RGB value is (149,128,254). Sum of RGB (Red+Green+Blue) = 149+128+254=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #9580FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9580FE is #6A7F01. Grayscale: #949494. Windows color (decimal): -6979330 or 16679061. OLE color: 16679061.

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

Color convert

RGB 149 128 254 -
CMYK 0.41 0.50 0 0.00
HSL 250º 0.98% 0.75% -
HSV(B) 250º 0.5% 1% -
XYZ 38 28.98 97.36 -
YUV 148.64 187.46 128.25 -
System Red Green Blue C M Y K H S L
Decimal 149 128 254 0.41 0.50 0 0.00 250 0.98 0.75
Hex 95 80 FE 29 32 0 0 FA 62 4B
Octal 225 200 376 51 62 0 0 372 142 113
Binary 10010101 10000000 11111110 101001 110010 0 0 11111010 1100010 1001011

Color Harmonies of #9580FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9580FE

Black with #9580FE

Text Example


Text Example

White with #9580FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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