Html Css Color HEX #825EBB True V

📋 copy color: '#825EBB'

red 130 ◦ green 94 ◦ blue 187

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

Shades of True V #825EBB

Tints of True V #825EBB

RGB

 RED value IS 130 (51.17% from 255) = 31.63%

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 31.63%
G = 22.87%
B = 45.5%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#825EBB (or 0x825EBB) is known color: True V. HEX triplet: 82, 5E and BB. RGB value is (130,94,187). Sum of RGB (Red+Green+Blue) = 130+94+187=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #825EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EBB is #7DA144. Grayscale: #737373. Windows color (decimal): -8233285 or 12279426. OLE color: 12279426.

HSL color Cylindrical-coordinate representation of color #825EBB: hue angle of 263.23º 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 #825EBB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 94 187 -
CMYK 0.30 0.50 0 0.27
HSL 263.23º 0.41% 0.55% -
HSV(B) 263.23º 0.5% 0.73% -
XYZ 22.18 16.34 49 -
YUV 115.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 130 94 187 0.30 0.50 0 0.27 263.23 0.41 0.55
Hex 82 5E BB 1E 32 0 1B 107 29 37
Octal 202 136 273 36 62 0 33 407 51 67
Binary 10000010 1011110 10111011 11110 110010 0 11011 100000111 101001 110111

Color Harmonies of #825EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EBB

Black with #825EBB

Text Example


Text Example

White with #825EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #825EBB;
 }
 .AnyTagClassName
 {
   color: #825EBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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