Html Css Color HEX #826CBC True V

📋 copy color: '#826CBC'

red 130 ◦ green 108 ◦ blue 188

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

Shades of True V #826CBC

Tints of True V #826CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 30.52%
G = 25.35%
B = 44.13%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#826CBC (or 0x826CBC) is known color: True V. HEX triplet: 82, 6C and BC. RGB value is (130,108,188). Sum of RGB (Red+Green+Blue) = 130+108+188=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #826CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CBC is #7D9343. Grayscale: #7B7B7B. Windows color (decimal): -8229700 or 12348546. OLE color: 12348546.

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

Color convert

RGB 130 108 188 -
CMYK 0.31 0.43 0 0.26
HSL 256.5º 0.37% 0.58% -
HSV(B) 256.5º 0.43% 0.74% -
XYZ 23.65 19.1 50.02 -
YUV 123.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 130 108 188 0.31 0.43 0 0.26 256.5 0.37 0.58
Hex 82 6C BC 1F 2B 0 1A 100 25 3A
Octal 202 154 274 37 53 0 32 400 45 72
Binary 10000010 1101100 10111100 11111 101011 0 11010 100000000 100101 111010

Color Harmonies of #826CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CBC

Black with #826CBC

Text Example


Text Example

White with #826CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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