#937BBE

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

Shades of True V #937BBE

Tints of True V #937BBE

Color information

#937BBE (or 0x937BBE) is unknown color: approx True V. HEX triplet: 93, 7B and BE. RGB value is (147,123,190). Sum of RGB (Red+Green+Blue) = 147+123+190=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #937BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BBE is #6C8441. Grayscale: #898989. Windows color (decimal): -7111746 or 12483475. OLE color: 12483475.

HSL color Cylindrical-coordinate representation of color #937BBE: hue angle of 261.49º 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 #937BBE is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147123190-
CMYK0.230.3500.25
HSL261.49º34.01%61.37%-
HSV(B)261.49º35.26%74.51%-
XYZ28.4124.0951.87-
YUV137.81157.45134.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=31.96%
G=26.74%
B=41.30%

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
Decimal1471231900.230.3500.25261.4934.0161.37
Hex937BBE1723019105223d
Octal22317327627430314054275
Binary1001001111110111011111010111100011011001100000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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