#805EBB

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

Shades of True V #805EBB

Tints of True V #805EBB

Color information

#805EBB (or 0x805EBB) is unknown color: approx True V. HEX triplet: 80, 5E and BB. RGB value is (128,94,187). Sum of RGB (Red+Green+Blue) = 128+94+187=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #805EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EBB is #7FA144. Grayscale: #727272. Windows color (decimal): -8364357 or 12279424. OLE color: 12279424.

HSL color Cylindrical-coordinate representation of color #805EBB: hue angle of 261.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805EBB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12894187-
CMYK0.320.5000.27
HSL261.94º40.61%55.1%-
HSV(B)261.94º49.73%73.33%-
XYZ21.8716.1848.98-
YUV114.77168.76137.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=31.30%
G=22.98%
B=45.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128941870.320.5000.27261.9440.6155.1
Hex805EBB203201B1062937
Octal20013627340620334065167
Binary10000000101111010111011100000110010011011100000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805EBB; }

 p { color: rgb(128,94,187); }

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

<style>
 a { background-color: #805EBB; }

 a { background-color: rgb(128,94,187); }

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

<style>
 span { border-color: #805EBB; }

 span { border-color: rgb(128,94,187); }

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