#917AFD

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

Shades of Light Slate Blue #917AFD

Tints of Light Slate Blue #917AFD

Color information

#917AFD (or 0x917AFD) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7A and FD. RGB value is (145,122,253). Sum of RGB (Red+Green+Blue) = 145+122+253=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #917AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AFD is #6E8502. Grayscale: #8F8F8F. Windows color (decimal): -7243011 or 16611985. OLE color: 16611985.

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

Color convert

RGB145122253-
CMYK0.430.5200.01
HSL250.53º97.04%73.53%-
HSV(B)250.53º51.78%99.22%-
XYZ36.3727.0396.23-
YUV143.81189.62128.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 253 (99.22% from 255) = 48.65%
R=27.88%
G=23.46%
B=48.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451222530.430.5200.01250.5397.0473.53
Hex917AFD2B3401fb614a
Octal221172375536401373141112
Binary10010001111101011111101101011110100011111101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,253); }

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

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

 a { background-color: rgb(145,122,253); }

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

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

 span { border-color: rgb(145,122,253); }

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