#918CFB

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

Shades of Light Slate Blue #918CFB

Tints of Light Slate Blue #918CFB

Color information

#918CFB (or 0x918CFB) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8C and FB. RGB value is (145,140,251). Sum of RGB (Red+Green+Blue) = 145+140+251=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #918CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CFB is #6E7304. Grayscale: #999999. Windows color (decimal): -7238405 or 16485521. OLE color: 16485521.

HSL color Cylindrical-coordinate representation of color #918CFB: hue angle of 242.7º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918CFB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145140251-
CMYK0.420.4400.02
HSL242.7º93.28%76.67%-
HSV(B)242.7º44.22%98.43%-
XYZ38.4731.7495.37-
YUV154.15182.66121.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 251 (98.44% from 255) = 46.83%
R=27.05%
G=26.12%
B=46.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451402510.420.4400.02242.793.2876.67
Hex918CFB2A2C02f35d4d
Octal221214373525402363135115
Binary1001000110001100111110111010101011000101111001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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