#927DBF

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

Shades of True V #927DBF

Tints of True V #927DBF

Color information

#927DBF (or 0x927DBF) is unknown color: approx True V. HEX triplet: 92, 7D and BF. RGB value is (146,125,191). Sum of RGB (Red+Green+Blue) = 146+125+191=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #927DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DBF is #6D8240. Grayscale: #8A8A8A. Windows color (decimal): -7176769 or 12549522. OLE color: 12549522.

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

Color convert

RGB146125191-
CMYK0.240.3500.25
HSL259.09º34.02%61.96%-
HSV(B)259.09º34.55%74.9%-
XYZ28.5924.5452.52-
YUV138.8157.46133.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 191 (75% from 255) = 41.34%
R=31.60%
G=27.06%
B=41.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461251910.240.3500.25259.0934.0261.96
Hex927DBF1823019103223e
Octal22217527730430314034276
Binary1001001011111011011111111000100011011001100000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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