#927BBE

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

Shades of True V #927BBE

Tints of True V #927BBE

Color information

#927BBE (or 0x927BBE) is unknown color: approx True V. HEX triplet: 92, 7B and BE. RGB value is (146,123,190). Sum of RGB (Red+Green+Blue) = 146+123+190=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #927BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927BBE is #6D8441. Grayscale: #898989. Windows color (decimal): -7177282 or 12483474. OLE color: 12483474.

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

Color convert

RGB146123190-
CMYK0.230.3500.25
HSL260.6º34.01%61.37%-
HSV(B)260.6º35.26%74.51%-
XYZ28.2323.9951.86-
YUV137.51157.62134.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=31.81%
G=26.80%
B=41.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461231900.230.3500.25260.634.0161.37
Hex927BBE1723019105223d
Octal22217327627430314054275
Binary1001001011110111011111010111100011011001100000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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