Html Css Color HEX #826DBF True V

📋 copy color: '#826DBF'

red 130 ◦ green 109 ◦ blue 191

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

Shades of True V #826DBF

Tints of True V #826DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.42%

R = 30.23%
G = 25.35%
B = 44.42%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#826DBF (or 0x826DBF) is known color: True V. HEX triplet: 82, 6D and BF. RGB value is (130,109,191). Sum of RGB (Red+Green+Blue) = 130+109+191=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #826DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DBF is #7D9240. Grayscale: #7C7C7C. Windows color (decimal): -8229441 or 12545410. OLE color: 12545410.

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

Color convert

RGB 130 109 191 -
CMYK 0.32 0.43 0 0.25
HSL 255.37º 0.39% 0.59% -
HSV(B) 255.37º 0.43% 0.75% -
XYZ 24.08 19.44 51.77 -
YUV 124.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 130 109 191 0.32 0.43 0 0.25 255.37 0.39 0.59
Hex 82 6D BF 20 2B 0 19 FF 27 3B
Octal 202 155 277 40 53 0 31 377 47 73
Binary 10000010 1101101 10111111 100000 101011 0 11001 11111111 100111 111011

Color Harmonies of #826DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DBF

Black with #826DBF

Text Example


Text Example

White with #826DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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