#825BBE

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

Shades of True V #825BBE

Tints of True V #825BBE

Color information

#825BBE (or 0x825BBE) is unknown color: approx True V. HEX triplet: 82, 5B and BE. RGB value is (130,91,190). Sum of RGB (Red+Green+Blue) = 130+91+190=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #825BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BBE is #7DA441. Grayscale: #717171. Windows color (decimal): -8234050 or 12475266. OLE color: 12475266.

HSL color Cylindrical-coordinate representation of color #825BBE: hue angle of 263.64º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825BBE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13091190-
CMYK0.320.5200.25
HSL263.64º43.23%55.1%-
HSV(B)263.64º52.11%74.51%-
XYZ22.2415.9550.62-
YUV113.95170.92139.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=31.63%
G=22.14%
B=46.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130911900.320.5200.25263.6443.2355.1
Hex825BBE20340191082b37
Octal20213327640640314105367
Binary10000010101101110111110100000110100011001100001000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,190); }

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

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

 a { background-color: rgb(130,91,190); }

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

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

 span { border-color: rgb(130,91,190); }

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