#918cfd

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

Shades of Light Slate Blue #918CFD

Tints of Light Slate Blue #918CFD

Color information

#918CFD (or 0x918CFD) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8C and FD. RGB value is (145,140,253). Sum of RGB (Red+Green+Blue) = 145+140+253=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #918CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CFD is #6E7302. Grayscale: #999999. Windows color (decimal): -7238403 or 16616593. OLE color: 16616593.

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

Color convert

RGB145140253-
CMYK0.430.4500.01
HSL242.65º96.58%77.06%-
HSV(B)242.65º44.66%99.22%-
XYZ38.7831.8797.04-
YUV154.38183.66121.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.95%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=26.95%
G=26.02%
B=47.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451402530.430.4500.01242.6596.5877.06
Hex918CFD2B2D01f3614d
Octal221214375535501363141115
Binary100100011000110011111101101011101101011111001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918cfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918cfd; }

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

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

<style>
 a { background-color: #918cfd; }

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

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

<style>
 span { border-color: #918cfd; }

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

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