#917CFF

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

Shades of Light Slate Blue #917CFF

Tints of Light Slate Blue #917CFF

Color information

#917CFF (or 0x917CFF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7C and FF. RGB value is (145,124,255). Sum of RGB (Red+Green+Blue) = 145+124+255=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #917CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CFF is #6E8300. Grayscale: #909090. Windows color (decimal): -7242497 or 16743569. OLE color: 16743569.

HSL color Cylindrical-coordinate representation of color #917CFF: hue angle of 249.62º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #917CFF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB145124255-
CMYK0.430.5100
HSL249.62º100%74.31%-
HSV(B)249.62º51.37%100%-
XYZ36.9327.6698-
YUV145.21189.96127.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 124 (48.83% from 255) = 23.66%
BLUE value IS 255 (100% from 255) = 48.66%
R=27.67%
G=23.66%
B=48.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451242550.430.5100249.6210074.31
Hex917CFF2B3300fa644a
Octal221174377536300372144112
Binary10010001111110011111111101011110011001111101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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