#917FFA

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

Shades of Light Slate Blue #917FFA

Tints of Light Slate Blue #917FFA

Color information

#917FFA (or 0x917FFA) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7F and FA. RGB value is (145,127,250). Sum of RGB (Red+Green+Blue) = 145+127+250=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #917FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917FFA is #6E8005. Grayscale: #919191. Windows color (decimal): -7241734 or 16416657. OLE color: 16416657.

HSL color Cylindrical-coordinate representation of color #917FFA: hue angle of 248.78º degrees, saturation: 0.92, 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 #917FFA is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145127250-
CMYK0.420.4900.02
HSL248.78º92.48%73.92%-
HSV(B)248.78º49.2%98.04%-
XYZ36.5228.193.94-
YUV146.4186.46127-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=27.78%
G=24.33%
B=47.89%

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
Decimal1451272500.420.4900.02248.7892.4873.92
Hex917FFA2A3102f95c4a
Octal221177372526102371134112
Binary100100011111111111110101010101100010101111100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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