#825BCC

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

Shades of True V #825BCC

Tints of True V #825BCC

Color information

#825BCC (or 0x825BCC) is unknown color: approx True V. HEX triplet: 82, 5B and CC. RGB value is (130,91,204). Sum of RGB (Red+Green+Blue) = 130+91+204=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #825BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BCC is #7DA433. Grayscale: #737373. Windows color (decimal): -8234036 or 13392770. OLE color: 13392770.

HSL color Cylindrical-coordinate representation of color #825BCC: hue angle of 260.71º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825BCC is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13091204-
CMYK0.360.5500.2
HSL260.71º52.56%57.84%-
HSV(B)260.71º55.39%80%-
XYZ23.8516.5959.07-
YUV115.54177.92138.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 204 (80.08% from 255) = 48%
R=30.59%
G=21.41%
B=48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130912040.360.5500.2260.7152.5657.84
Hex825BCC2437014105353a
Octal20213331444670244056572
Binary10000010101101111001100100100110111010100100000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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