#917CF0

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

Shades of Light Slate Blue #917CF0

Tints of Light Slate Blue #917CF0

Color information

#917CF0 (or 0x917CF0) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7C and F0. RGB value is (145,124,240). Sum of RGB (Red+Green+Blue) = 145+124+240=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #917CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CF0 is #6E830F. Grayscale: #8F8F8F. Windows color (decimal): -7242512 or 15760529. OLE color: 15760529.

HSL color Cylindrical-coordinate representation of color #917CF0: hue angle of 250.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917CF0 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145124240-
CMYK0.400.4800.06
HSL250.86º79.45%71.37%-
HSV(B)250.86º48.33%94.12%-
XYZ34.6126.7385.77-
YUV143.5182.46129.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.49%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 240 (94.14% from 255) = 47.15%
R=28.49%
G=24.36%
B=47.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1451242400.400.4800.06250.8679.4571.37
Hex917CF0283006fb4f47
Octal221174360506006373117107
Binary1001000111111001111000010100011000001101111101110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,240); }

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

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

 a { background-color: rgb(145,124,240); }

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

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

 span { border-color: rgb(145,124,240); }

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