#9170F2

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

Shades of Light Slate Blue #9170F2

Tints of Light Slate Blue #9170F2

Color information

#9170F2 (or 0x9170F2) is unknown color: approx Light Slate Blue. HEX triplet: 91, 70 and F2. RGB value is (145,112,242). Sum of RGB (Red+Green+Blue) = 145+112+242=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #9170F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9170F2 is #6E8F0D. Grayscale: #888888. Windows color (decimal): -7245582 or 15888529. OLE color: 15888529.

HSL color Cylindrical-coordinate representation of color #9170F2: hue angle of 255.23º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9170F2 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145112242-
CMYK0.400.5400.05
HSL255.23º83.33%69.41%-
HSV(B)255.23º53.72%94.9%-
XYZ33.524.0286.87-
YUV136.69187.43133.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.06%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 242 (94.92% from 255) = 48.50%
R=29.06%
G=22.44%
B=48.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451122420.400.5400.05255.2383.3369.41
Hex9170F2283605ff5345
Octal221160362506605377123105
Binary1001000111100001111001010100011011001011111111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9170F2; }

 p { color: rgb(145,112,242); }

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

<style>
 a { background-color: #9170F2; }

 a { background-color: rgb(145,112,242); }

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

<style>
 span { border-color: #9170F2; }

 span { border-color: rgb(145,112,242); }

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