#927FFC

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

Shades of Light Slate Blue #927FFC

Tints of Light Slate Blue #927FFC

Color information

#927FFC (or 0x927FFC) is unknown color: approx Light Slate Blue. HEX triplet: 92, 7F and FC. RGB value is (146,127,252). Sum of RGB (Red+Green+Blue) = 146+127+252=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #927FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927FFC is #6D8003. Grayscale: #929292. Windows color (decimal): -7176196 or 16547730. OLE color: 16547730.

HSL color Cylindrical-coordinate representation of color #927FFC: hue angle of 249.12º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927FFC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146127252-
CMYK0.420.5000.01
HSL249.12º95.42%74.31%-
HSV(B)249.12º49.6%98.82%-
XYZ37.0128.3295.61-
YUV146.93187.29127.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 252 (98.83% from 255) = 48%
R=27.81%
G=24.19%
B=48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461272520.420.5000.01249.1295.4274.31
Hex927FFC2A3201f95f4a
Octal222177374526201371137112
Binary10010010111111111111100101010110010011111100110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927FFC; }

 p { color: rgb(146,127,252); }

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

<style>
 a { background-color: #927FFC; }

 a { background-color: rgb(146,127,252); }

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

<style>
 span { border-color: #927FFC; }

 span { border-color: rgb(146,127,252); }

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