#927EBD

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

Shades of True V #927EBD

Tints of True V #927EBD

Color information

#927EBD (or 0x927EBD) is unknown color: approx True V. HEX triplet: 92, 7E and BD. RGB value is (146,126,189). Sum of RGB (Red+Green+Blue) = 146+126+189=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #927EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EBD is #6D8142. Grayscale: #8A8A8A. Windows color (decimal): -7176515 or 12418706. OLE color: 12418706.

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

Color convert

RGB146126189-
CMYK0.230.3300.26
HSL259.05º32.31%61.76%-
HSV(B)259.05º33.33%74.12%-
XYZ28.524.7151.41-
YUV139.16156.13132.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.67%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=31.67%
G=27.33%
B=41.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461261890.230.3300.26259.0532.3161.76
Hex927EBD172101A103203e
Octal22217627527410324034076
Binary1001001011111101011110110111100001011010100000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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