Html Css Color HEX #9588F0 Light Slate Blue

📋 copy color: '#9588F0'

red 149 ◦ green 136 ◦ blue 240

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

Shades of Light Slate Blue #9588F0

Tints of Light Slate Blue #9588F0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.9%

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 28.38%
G = 25.9%
B = 45.71%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9588F0 (or 0x9588F0) is known color: Light Slate Blue. HEX triplet: 95, 88 and F0. RGB value is (149,136,240). Sum of RGB (Red+Green+Blue) = 149+136+240=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #9588F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588F0 is #6A770F. Grayscale: #979797. Windows color (decimal): -6977296 or 15763605. OLE color: 15763605.

HSL color Cylindrical-coordinate representation of color #9588F0: hue angle of 247.5º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9588F0 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 136 240 -
CMYK 0.38 0.43 0 0.06
HSL 247.5º 0.78% 0.74% -
HSV(B) 247.5º 0.43% 0.94% -
XYZ 36.93 30.29 86.34 -
YUV 151.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 149 136 240 0.38 0.43 0 0.06 247.5 0.78 0.74
Hex 95 88 F0 26 2B 0 6 F8 4E 4A
Octal 225 210 360 46 53 0 6 370 116 112
Binary 10010101 10001000 11110000 100110 101011 0 110 11111000 1001110 1001010

Color Harmonies of #9588F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9588F0

Black with #9588F0

Text Example


Text Example

White with #9588F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9588F0; }

 p { color: rgb(149,136,240); }

 H1.HeaderClassName
 {
   color: #9588F0;
 }
 .AnyTagClassName
 {
   color: #9588F0;
 }
</style>

background-color css

<style>
 a { background-color: #9588F0; }

 a { background-color: rgb(149,136,240); }

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

border-color css

<style>
 span { border-color: #9588F0; }

 span { border-color: rgb(149,136,240); }

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