Html Css Color HEX #9590FF Light Slate Blue

📋 copy color: '#9590FF'

red 149 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #9590FF

Tints of Light Slate Blue #9590FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.28%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 27.19%
G = 26.28%
B = 46.53%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9590FF (or 0x9590FF) is known color: Light Slate Blue. HEX triplet: 95, 90 and FF. RGB value is (149,144,255). Sum of RGB (Red+Green+Blue) = 149+144+255=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #9590FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9590FF is #6A6F00. Grayscale: #9D9D9D. Windows color (decimal): -6975233 or 16748693. OLE color: 16748693.

HSL color Cylindrical-coordinate representation of color #9590FF: hue angle of 242.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9590FF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 144 255 -
CMYK 0.42 0.44 0 0
HSL 242.7º 1% 0.78% -
HSV(B) 242.7º 0.44% 1% -
XYZ 40.42 33.56 98.95 -
YUV 158.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 149 144 255 0.42 0.44 0 0 242.7 1 0.78
Hex 95 90 FF 2A 2C 0 0 F3 64 4E
Octal 225 220 377 52 54 0 0 363 144 116
Binary 10010101 10010000 11111111 101010 101100 0 0 11110011 1100100 1001110

Color Harmonies of #9590FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590FF

Black with #9590FF

Text Example


Text Example

White with #9590FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9590FF; }

 p { color: rgb(149,144,255); }

 H1.HeaderClassName
 {
   color: #9590FF;
 }
 .AnyTagClassName
 {
   color: #9590FF;
 }
</style>

background-color css

<style>
 a { background-color: #9590FF; }

 a { background-color: rgb(149,144,255); }

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

border-color css

<style>
 span { border-color: #9590FF; }

 span { border-color: rgb(149,144,255); }

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