#927EBF

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

Shades of True V #927EBF

Tints of True V #927EBF

Color information

#927EBF (or 0x927EBF) is unknown color: approx True V. HEX triplet: 92, 7E and BF. RGB value is (146,126,191). Sum of RGB (Red+Green+Blue) = 146+126+191=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #927EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EBF is #6D8140. Grayscale: #8B8B8B. Windows color (decimal): -7176513 or 12549778. OLE color: 12549778.

HSL color Cylindrical-coordinate representation of color #927EBF: hue angle of 258.46º degrees, saturation: 0.34, 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 #927EBF is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146126191-
CMYK0.240.3400.25
HSL258.46º33.68%62.16%-
HSV(B)258.46º34.03%74.9%-
XYZ28.7224.7952.56-
YUV139.39157.13132.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 191 (75% from 255) = 41.25%
R=31.53%
G=27.21%
B=41.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461261910.240.3400.25258.4633.6862.16
Hex927EBF1822019102223e
Octal22217627730420314024276
Binary1001001011111101011111111000100010011001100000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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