Html Css Color HEX #9F89FB Light Slate Blue

📋 copy color: '#9F89FB'

red 159 ◦ green 137 ◦ blue 251

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

Shades of Light Slate Blue #9F89FB

Tints of Light Slate Blue #9F89FB

RGB

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

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

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

R = 29.07%
G = 25.05%
B = 45.89%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F89FB (or 0x9F89FB) is known color: Light Slate Blue. HEX triplet: 9F, 89 and FB. RGB value is (159,137,251). Sum of RGB (Red+Green+Blue) = 159+137+251=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F89FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F89FB is #607604. Grayscale: #9C9C9C. Windows color (decimal): -6321669 or 16484767. OLE color: 16484767.

HSL color Cylindrical-coordinate representation of color #9F89FB: hue angle of 251.58º 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 #9F89FB is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 137 251 -
CMYK 0.37 0.45 0 0.02
HSL 251.58º 0.93% 0.76% -
HSV(B) 251.58º 0.45% 0.98% -
XYZ 40.66 32.23 95.34 -
YUV 156.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 159 137 251 0.37 0.45 0 0.02 251.58 0.93 0.76
Hex 9F 89 FB 25 2D 0 2 FC 5D 4C
Octal 237 211 373 45 55 0 2 374 135 114
Binary 10011111 10001001 11111011 100101 101101 0 10 11111100 1011101 1001100

Color Harmonies of #9F89FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F89FB

Black with #9F89FB

Text Example


Text Example

White with #9F89FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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