Html Css Color HEX #9589ED Light Slate Blue

📋 copy color: '#9589ED'

red 149 ◦ green 137 ◦ blue 237

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

Shades of Light Slate Blue #9589ED

Tints of Light Slate Blue #9589ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 28.49%
G = 26.2%
B = 45.32%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9589ED (or 0x9589ED) is known color: Light Slate Blue. HEX triplet: 95, 89 and ED. RGB value is (149,137,237). Sum of RGB (Red+Green+Blue) = 149+137+237=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #9589ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9589ED is #6A7612. Grayscale: #979797. Windows color (decimal): -6977043 or 15567253. OLE color: 15567253.

HSL color Cylindrical-coordinate representation of color #9589ED: hue angle of 247.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9589ED is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 137 237 -
CMYK 0.37 0.42 0 0.07
HSL 247.2º 0.74% 0.73% -
HSV(B) 247.2º 0.42% 0.93% -
XYZ 36.63 30.4 84.06 -
YUV 151.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 149 137 237 0.37 0.42 0 0.07 247.2 0.74 0.73
Hex 95 89 ED 25 2A 0 7 F7 4A 49
Octal 225 211 355 45 52 0 7 367 112 111
Binary 10010101 10001001 11101101 100101 101010 0 111 11110111 1001010 1001001

Color Harmonies of #9589ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589ED

Black with #9589ED

Text Example


Text Example

White with #9589ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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