#927DBD

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

Shades of True V #927DBD

Tints of True V #927DBD

Color information

#927DBD (or 0x927DBD) is unknown color: approx True V. HEX triplet: 92, 7D and BD. RGB value is (146,125,189). Sum of RGB (Red+Green+Blue) = 146+125+189=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #927DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DBD is #6D8242. Grayscale: #8A8A8A. Windows color (decimal): -7176771 or 12418450. OLE color: 12418450.

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

Color convert

RGB146125189-
CMYK0.230.3400.26
HSL259.69º32.65%61.57%-
HSV(B)259.69º33.86%74.12%-
XYZ28.3724.4551.37-
YUV138.57156.46133.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=31.74%
G=27.17%
B=41.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461251890.230.3400.26259.6932.6561.57
Hex927DBD172201A104213e
Octal22217527527420324044176
Binary1001001011111011011110110111100010011010100000100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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