#928CFB

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

Shades of Light Slate Blue #928CFB

Tints of Light Slate Blue #928CFB

Color information

#928CFB (or 0x928CFB) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8C and FB. RGB value is (146,140,251). Sum of RGB (Red+Green+Blue) = 146+140+251=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #928CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928CFB is #6D7304. Grayscale: #9A9A9A. Windows color (decimal): -7172869 or 16485522. OLE color: 16485522.

HSL color Cylindrical-coordinate representation of color #928CFB: hue angle of 243.24º 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 #928CFB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146140251-
CMYK0.420.4400.02
HSL243.24º93.28%76.67%-
HSV(B)243.24º44.22%98.43%-
XYZ38.6431.8395.37-
YUV154.45182.49121.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.19%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 251 (98.44% from 255) = 46.74%
R=27.19%
G=26.07%
B=46.74%

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
Decimal1461402510.420.4400.02243.2493.2876.67
Hex928CFB2A2C02f35d4d
Octal222214373525402363135115
Binary1001001010001100111110111010101011000101111001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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