#9279BF

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

Shades of True V #9279BF

Tints of True V #9279BF

Color information

#9279BF (or 0x9279BF) is unknown color: approx True V. HEX triplet: 92, 79 and BF. RGB value is (146,121,191). Sum of RGB (Red+Green+Blue) = 146+121+191=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #9279BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9279BF is #6D8640. Grayscale: #888888. Windows color (decimal): -7177793 or 12548498. OLE color: 12548498.

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

Color convert

RGB146121191-
CMYK0.240.3700.25
HSL261.43º35.35%61.18%-
HSV(B)261.43º36.65%74.9%-
XYZ28.123.5552.35-
YUV136.45158.78134.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 191 (75% from 255) = 41.70%
R=31.88%
G=26.42%
B=41.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461211910.240.3700.25261.4335.3561.18
Hex9279BF1825019105233d
Octal22217127730450314054375
Binary1001001011110011011111111000100101011001100000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9279BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9279BF; }

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

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

<style>
 a { background-color: #9279BF; }

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

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

<style>
 span { border-color: #9279BF; }

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

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