#825EBA

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

Shades of True V #825EBA

Tints of True V #825EBA

Color information

#825EBA (or 0x825EBA) is unknown color: approx True V. HEX triplet: 82, 5E and BA. RGB value is (130,94,186). Sum of RGB (Red+Green+Blue) = 130+94+186=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #825EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EBA is #7DA145. Grayscale: #727272. Windows color (decimal): -8233286 or 12213890. OLE color: 12213890.

HSL color Cylindrical-coordinate representation of color #825EBA: hue angle of 263.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #825EBA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13094186-
CMYK0.300.4900.27
HSL263.48º40%54.9%-
HSV(B)263.48º49.46%72.94%-
XYZ22.0716.348.44-
YUV115.25167.93138.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=31.71%
G=22.93%
B=45.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130941860.300.4900.27263.484054.9
Hex825EBA1E3101B1072837
Octal20213627236610334075067
Binary1000001010111101011101011110110001011011100000111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825EBA; }

 p { color: rgb(130,94,186); }

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

<style>
 a { background-color: #825EBA; }

 a { background-color: rgb(130,94,186); }

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

<style>
 span { border-color: #825EBA; }

 span { border-color: rgb(130,94,186); }

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