Html Css Color HEX #9589FB Light Slate Blue

📋 copy color: '#9589FB'

red 149 ◦ green 137 ◦ blue 251

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

Shades of Light Slate Blue #9589FB

Tints of Light Slate Blue #9589FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 27.75%
G = 25.51%
B = 46.74%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9589FB (or 0x9589FB) is known color: Light Slate Blue. HEX triplet: 95, 89 and FB. RGB value is (149,137,251). Sum of RGB (Red+Green+Blue) = 149+137+251=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #9589FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9589FB is #6A7604. Grayscale: #999999. Windows color (decimal): -6977029 or 16484757. OLE color: 16484757.

HSL color Cylindrical-coordinate representation of color #9589FB: hue angle of 246.32º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9589FB is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 137 251 -
CMYK 0.41 0.45 0 0.02
HSL 246.32º 0.93% 0.76% -
HSV(B) 246.32º 0.45% 0.98% -
XYZ 38.75 31.25 95.26 -
YUV 153.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 149 137 251 0.41 0.45 0 0.02 246.32 0.93 0.76
Hex 95 89 FB 29 2D 0 2 F6 5D 4C
Octal 225 211 373 51 55 0 2 366 135 114
Binary 10010101 10001001 11111011 101001 101101 0 10 11110110 1011101 1001100

Color Harmonies of #9589FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589FB

Black with #9589FB

Text Example


Text Example

White with #9589FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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