Html Css Color HEX #825EBA True V

📋 copy color: '#825EBA'

red 130 ◦ green 94 ◦ blue 186

#825EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #825EBA

Tints of True V #825EBA

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 value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#825EBA (or 0x825EBA) is known color: 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

RGB 130 94 186 -
CMYK 0.30 0.49 0 0.27
HSL 263.48º 0.4% 0.55% -
HSV(B) 263.48º 0.49% 0.73% -
XYZ 22.07 16.3 48.44 -
YUV 115.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 130 94 186 0.30 0.49 0 0.27 263.48 0.4 0.55
Hex 82 5E BA 1E 31 0 1B 107 28 37
Octal 202 136 272 36 61 0 33 407 50 67
Binary 10000010 1011110 10111010 11110 110001 0 11011 100000111 101000 110111

Color Harmonies of #825EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EBA

Black with #825EBA

Text Example


Text Example

White with #825EBA

Text Example


Text Example

HTML Codes & Css Web 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>