#9F70FB

Color #9F70FB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9F70FB

Tints of Light Slate Blue #9F70FB

Color information

#9F70FB (or 0x9F70FB) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 70 and FB. RGB value is (159,112,251). Sum of RGB (Red+Green+Blue) = 159+112+251=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F70FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F70FB is #608F04. Grayscale: #8D8D8D. Windows color (decimal): -6328069 or 16478367. OLE color: 16478367.

HSL color Cylindrical-coordinate representation of color #9F70FB: hue angle of 260.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F70FB is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159112251-
CMYK0.370.5500.02
HSL260.29º94.56%71.18%-
HSV(B)260.29º55.38%98.43%-
XYZ37.525.9294.29-
YUV141.9189.57140.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 112 (44.14% from 255) = 21.46%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=30.46%
G=21.46%
B=48.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591122510.370.5500.02260.2994.5671.18
Hex9F70FB2537021045f47
Octal237160373456702404137107
Binary1001111111100001111101110010111011101010000010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F70FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F70FB;
 }
 .AnyTagClassName
 {
   color: #9F70FB;
 }
</style>
background-color css

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

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

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

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

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

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