#8469BE

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

Shades of True V #8469BE

Tints of True V #8469BE

Color information

#8469BE (or 0x8469BE) is unknown color: approx True V. HEX triplet: 84, 69 and BE. RGB value is (132,105,190). Sum of RGB (Red+Green+Blue) = 132+105+190=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #8469BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469BE is #7B9641. Grayscale: #7A7A7A. Windows color (decimal): -8099394 or 12478852. OLE color: 12478852.

HSL color Cylindrical-coordinate representation of color #8469BE: hue angle of 259.06º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8469BE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132105190-
CMYK0.310.4500.25
HSL259.06º39.53%57.84%-
HSV(B)259.06º44.74%74.51%-
XYZ23.8618.7351.07-
YUV122.76165.95134.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=30.91%
G=24.59%
B=44.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321051900.310.4500.25259.0639.5357.84
Hex8469BE1F2D019103283a
Octal20415127637550314035072
Binary1000010011010011011111011111101101011001100000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8469BE; }

 p { color: rgb(132,105,190); }

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

<style>
 a { background-color: #8469BE; }

 a { background-color: rgb(132,105,190); }

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

<style>
 span { border-color: #8469BE; }

 span { border-color: rgb(132,105,190); }

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