#927FFF

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

Shades of Light Slate Blue #927FFF

Tints of Light Slate Blue #927FFF

Color information

#927FFF (or 0x927FFF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 7F and FF. RGB value is (146,127,255). Sum of RGB (Red+Green+Blue) = 146+127+255=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #927FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927FFF is #6D8000. Grayscale: #929292. Windows color (decimal): -7176193 or 16744338. OLE color: 16744338.

HSL color Cylindrical-coordinate representation of color #927FFF: hue angle of 248.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927FFF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146127255-
CMYK0.430.5000
HSL248.91º100%74.9%-
HSV(B)248.91º50.2%100%-
XYZ37.4928.5198.13-
YUV147.27188.79127.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.65%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 255 (100% from 255) = 48.30%
R=27.65%
G=24.05%
B=48.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461272550.430.5000248.9110074.9
Hex927FFF2B3200f9644b
Octal222177377536200371144113
Binary10010010111111111111111101011110010001111100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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