#927BBF

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

Shades of True V #927BBF

Tints of True V #927BBF

Color information

#927BBF (or 0x927BBF) is unknown color: approx True V. HEX triplet: 92, 7B and BF. RGB value is (146,123,191). Sum of RGB (Red+Green+Blue) = 146+123+191=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #927BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927BBF is #6D8440. Grayscale: #898989. Windows color (decimal): -7177281 or 12549010. OLE color: 12549010.

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

Color convert

RGB146123191-
CMYK0.240.3600.25
HSL260.29º34.69%61.57%-
HSV(B)260.29º35.6%74.9%-
XYZ28.3424.0452.44-
YUV137.63158.12133.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 191 (75% from 255) = 41.52%
R=31.74%
G=26.74%
B=41.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461231910.240.3600.25260.2934.6961.57
Hex927BBF1824019104233e
Octal22217327730440314044376
Binary1001001011110111011111111000100100011001100000100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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