Html Css Color HEX #9591FE Light Slate Blue

📋 copy color: '#9591FE'

red 149 ◦ green 145 ◦ blue 254

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

Shades of Light Slate Blue #9591FE

Tints of Light Slate Blue #9591FE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.46%

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

R = 27.19%
G = 26.46%
B = 46.35%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9591FE (or 0x9591FE) is known color: Light Slate Blue. HEX triplet: 95, 91 and FE. RGB value is (149,145,254). Sum of RGB (Red+Green+Blue) = 149+145+254=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9591FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9591FE is #6A6E01. Grayscale: #9E9E9E. Windows color (decimal): -6974978 or 16683413. OLE color: 16683413.

HSL color Cylindrical-coordinate representation of color #9591FE: hue angle of 242.2º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9591FE is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 145 254 -
CMYK 0.41 0.43 0 0.00
HSL 242.2º 0.98% 0.78% -
HSV(B) 242.2º 0.43% 1% -
XYZ 40.41 33.8 98.16 -
YUV 158.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 149 145 254 0.41 0.43 0 0.00 242.2 0.98 0.78
Hex 95 91 FE 29 2B 0 0 F2 62 4E
Octal 225 221 376 51 53 0 0 362 142 116
Binary 10010101 10010001 11111110 101001 101011 0 0 11110010 1100010 1001110

Color Harmonies of #9591FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591FE

Black with #9591FE

Text Example


Text Example

White with #9591FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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