Html Css Color HEX #9583F8 Light Slate Blue

📋 copy color: '#9583F8'

red 149 ◦ green 131 ◦ blue 248

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

Shades of Light Slate Blue #9583F8

Tints of Light Slate Blue #9583F8

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.81%

 BLUE value IS 248 (97.27% from 255) = 46.97%

R = 28.22%
G = 24.81%
B = 46.97%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9583F8 (or 0x9583F8) is known color: Light Slate Blue. HEX triplet: 95, 83 and F8. RGB value is (149,131,248). Sum of RGB (Red+Green+Blue) = 149+131+248=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #9583F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9583F8 is #6A7C07. Grayscale: #959595. Windows color (decimal): -6978568 or 16286613. OLE color: 16286613.

HSL color Cylindrical-coordinate representation of color #9583F8: hue angle of 249.23º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9583F8 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 131 248 -
CMYK 0.40 0.47 0 0.03
HSL 249.23º 0.89% 0.74% -
HSV(B) 249.23º 0.47% 0.97% -
XYZ 37.45 29.4 92.51 -
YUV 149.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 149 131 248 0.40 0.47 0 0.03 249.23 0.89 0.74
Hex 95 83 F8 28 2F 0 3 F9 59 4A
Octal 225 203 370 50 57 0 3 371 131 112
Binary 10010101 10000011 11111000 101000 101111 0 11 11111001 1011001 1001010

Color Harmonies of #9583F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9583F8

Black with #9583F8

Text Example


Text Example

White with #9583F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9583F8; }

 p { color: rgb(149,131,248); }

 H1.HeaderClassName
 {
   color: #9583F8;
 }
 .AnyTagClassName
 {
   color: #9583F8;
 }
</style>

background-color css

<style>
 a { background-color: #9583F8; }

 a { background-color: rgb(149,131,248); }

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

border-color css

<style>
 span { border-color: #9583F8; }

 span { border-color: rgb(149,131,248); }

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