#927EFF

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

Shades of Light Slate Blue #927EFF

Tints of Light Slate Blue #927EFF

Color information

#927EFF (or 0x927EFF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 7E and FF. RGB value is (146,126,255). Sum of RGB (Red+Green+Blue) = 146+126+255=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #927EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927EFF is #6D8100. Grayscale: #929292. Windows color (decimal): -7176449 or 16744082. OLE color: 16744082.

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

Color convert

RGB146126255-
CMYK0.430.5100
HSL249.3º100%74.71%-
HSV(B)249.3º50.59%100%-
XYZ37.3628.2598.09-
YUV146.69189.13127.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.70%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 255 (100% from 255) = 48.39%
R=27.70%
G=23.91%
B=48.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461262550.430.5100249.310074.71
Hex927EFF2B3300f9644b
Octal222176377536300371144113
Binary10010010111111011111111101011110011001111100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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