Html Css Color HEX #9F89FF Light Slate Blue

📋 copy color: '#9F89FF'

red 159 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #9F89FF

Tints of Light Slate Blue #9F89FF

RGB

 RED value IS 159 (62.5% from 255) = 28.86%

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

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

R = 28.86%
G = 24.86%
B = 46.28%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F89FF (or 0x9F89FF) is known color: Light Slate Blue. HEX triplet: 9F, 89 and FF. RGB value is (159,137,255). Sum of RGB (Red+Green+Blue) = 159+137+255=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F89FF is #607600. Grayscale: #9C9C9C. Windows color (decimal): -6321665 or 16746911. OLE color: 16746911.

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

Color convert

RGB 159 137 255 -
CMYK 0.38 0.46 0 0
HSL 251.19º 1% 0.77% -
HSV(B) 251.19º 0.46% 1% -
XYZ 41.29 32.48 98.7 -
YUV 157.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 159 137 255 0.38 0.46 0 0 251.19 1 0.77
Hex 9F 89 FF 26 2E 0 0 FB 64 4D
Octal 237 211 377 46 56 0 0 373 144 115
Binary 10011111 10001001 11111111 100110 101110 0 0 11111011 1100100 1001101

Color Harmonies of #9F89FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F89FF

Black with #9F89FF

Text Example


Text Example

White with #9F89FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F89FF; }

 p { color: rgb(159,137,255); }

 H1.HeaderClassName
 {
   color: #9F89FF;
 }
 .AnyTagClassName
 {
   color: #9F89FF;
 }
</style>

background-color css

<style>
 a { background-color: #9F89FF; }

 a { background-color: rgb(159,137,255); }

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

border-color css

<style>
 span { border-color: #9F89FF; }

 span { border-color: rgb(159,137,255); }

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