#917FF9

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

Shades of Light Slate Blue #917FF9

Tints of Light Slate Blue #917FF9

Color information

#917FF9 (or 0x917FF9) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7F and F9. RGB value is (145,127,249). Sum of RGB (Red+Green+Blue) = 145+127+249=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #917FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917FF9 is #6E8006. Grayscale: #919191. Windows color (decimal): -7241735 or 16351121. OLE color: 16351121.

HSL color Cylindrical-coordinate representation of color #917FF9: hue angle of 248.85º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #917FF9 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145127249-
CMYK0.420.4900.02
HSL248.85º91.04%73.73%-
HSV(B)248.85º49%97.65%-
XYZ36.3728.0493.12-
YUV146.29185.96127.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.83%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=27.83%
G=24.38%
B=47.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451272490.420.4900.02248.8591.0473.73
Hex917FF92A3102f95b4a
Octal221177371526102371133112
Binary100100011111111111110011010101100010101111100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917FF9; }

 p { color: rgb(145,127,249); }

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

<style>
 a { background-color: #917FF9; }

 a { background-color: rgb(145,127,249); }

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

<style>
 span { border-color: #917FF9; }

 span { border-color: rgb(145,127,249); }

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