#927EBE

Color #927EBE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #927EBE

Tints of True V #927EBE

Color information

#927EBE (or 0x927EBE) is unknown color: approx True V. HEX triplet: 92, 7E and BE. RGB value is (146,126,190). Sum of RGB (Red+Green+Blue) = 146+126+190=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #927EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EBE is #6D8141. Grayscale: #8B8B8B. Windows color (decimal): -7176514 or 12484242. OLE color: 12484242.

HSL color Cylindrical-coordinate representation of color #927EBE: hue angle of 258.75º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #927EBE is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146126190-
CMYK0.230.3400.25
HSL258.75º32.99%61.96%-
HSV(B)258.75º33.68%74.51%-
XYZ28.6124.7551.98-
YUV139.28156.63132.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=31.60%
G=27.27%
B=41.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461261900.230.3400.25258.7532.9961.96
Hex927EBE1722019103213e
Octal22217627627420314034176
Binary1001001011111101011111010111100010011001100000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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