Html Css Color HEX #9580F2 Light Slate Blue

📋 copy color: '#9580F2'

red 149 ◦ green 128 ◦ blue 242

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

Shades of Light Slate Blue #9580F2

Tints of Light Slate Blue #9580F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.63%

R = 28.71%
G = 24.66%
B = 46.63%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9580F2 (or 0x9580F2) is known color: Light Slate Blue. HEX triplet: 95, 80 and F2. RGB value is (149,128,242). Sum of RGB (Red+Green+Blue) = 149+128+242=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #9580F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9580F2 is #6A7F0D. Grayscale: #929292. Windows color (decimal): -6979342 or 15892629. OLE color: 15892629.

HSL color Cylindrical-coordinate representation of color #9580F2: hue angle of 251.05º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9580F2 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 128 242 -
CMYK 0.38 0.47 0 0.05
HSL 251.05º 0.81% 0.73% -
HSV(B) 251.05º 0.47% 0.95% -
XYZ 36.14 28.24 87.55 -
YUV 147.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 149 128 242 0.38 0.47 0 0.05 251.05 0.81 0.73
Hex 95 80 F2 26 2F 0 5 FB 51 49
Octal 225 200 362 46 57 0 5 373 121 111
Binary 10010101 10000000 11110010 100110 101111 0 101 11111011 1010001 1001001

Color Harmonies of #9580F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9580F2

Black with #9580F2

Text Example


Text Example

White with #9580F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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