Html Css Color HEX #9589FE Light Slate Blue

📋 copy color: '#9589FE'

red 149 ◦ green 137 ◦ blue 254

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

Shades of Light Slate Blue #9589FE

Tints of Light Slate Blue #9589FE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.37%

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

R = 27.59%
G = 25.37%
B = 47.04%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9589FE (or 0x9589FE) is known color: Light Slate Blue. HEX triplet: 95, 89 and FE. RGB value is (149,137,254). Sum of RGB (Red+Green+Blue) = 149+137+254=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #9589FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9589FE is #6A7601. Grayscale: #999999. Windows color (decimal): -6977026 or 16681365. OLE color: 16681365.

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

Color convert

RGB 149 137 254 -
CMYK 0.41 0.46 0 0.00
HSL 246.15º 0.98% 0.77% -
HSV(B) 246.15º 0.46% 1% -
XYZ 39.23 31.44 97.77 -
YUV 153.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 149 137 254 0.41 0.46 0 0.00 246.15 0.98 0.77
Hex 95 89 FE 29 2E 0 0 F6 62 4D
Octal 225 211 376 51 56 0 0 366 142 115
Binary 10010101 10001001 11111110 101001 101110 0 0 11110110 1100010 1001101

Color Harmonies of #9589FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589FE

Black with #9589FE

Text Example


Text Example

White with #9589FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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