Html Css Color HEX #826DBC True V

📋 copy color: '#826DBC'

red 130 ◦ green 109 ◦ blue 188

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

Shades of True V #826DBC

Tints of True V #826DBC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 30.44%
G = 25.53%
B = 44.03%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#826DBC (or 0x826DBC) is known color: True V. HEX triplet: 82, 6D and BC. RGB value is (130,109,188). Sum of RGB (Red+Green+Blue) = 130+109+188=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #826DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DBC is #7D9243. Grayscale: #7B7B7B. Windows color (decimal): -8229444 or 12348802. OLE color: 12348802.

HSL color Cylindrical-coordinate representation of color #826DBC: hue angle of 255.95º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826DBC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 109 188 -
CMYK 0.31 0.42 0 0.26
HSL 255.95º 0.37% 0.58% -
HSV(B) 255.95º 0.42% 0.74% -
XYZ 23.75 19.31 50.05 -
YUV 124.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 130 109 188 0.31 0.42 0 0.26 255.95 0.37 0.58
Hex 82 6D BC 1F 2A 0 1A 100 25 3A
Octal 202 155 274 37 52 0 32 400 45 72
Binary 10000010 1101101 10111100 11111 101010 0 11010 100000000 100101 111010

Color Harmonies of #826DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DBC

Black with #826DBC

Text Example


Text Example

White with #826DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826DBC; }

 p { color: rgb(130,109,188); }

 H1.HeaderClassName
 {
   color: #826DBC;
 }
 .AnyTagClassName
 {
   color: #826DBC;
 }
</style>

background-color css

<style>
 a { background-color: #826DBC; }

 a { background-color: rgb(130,109,188); }

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

border-color css

<style>
 span { border-color: #826DBC; }

 span { border-color: rgb(130,109,188); }

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