Html Css Color HEX #826CC4 True V

📋 copy color: '#826CC4'

red 130 ◦ green 108 ◦ blue 196

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

Shades of True V #826CC4

Tints of True V #826CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.16%

R = 29.95%
G = 24.88%
B = 45.16%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#826CC4 (or 0x826CC4) is known color: True V. HEX triplet: 82, 6C and C4. RGB value is (130,108,196). Sum of RGB (Red+Green+Blue) = 130+108+196=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #826CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CC4 is #7D933B. Grayscale: #7C7C7C. Windows color (decimal): -8229692 or 12872834. OLE color: 12872834.

HSL color Cylindrical-coordinate representation of color #826CC4: hue angle of 255º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #826CC4 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 108 196 -
CMYK 0.34 0.45 0 0.23
HSL 255º 0.43% 0.6% -
HSV(B) 255º 0.45% 0.77% -
XYZ 24.53 19.46 54.69 -
YUV 124.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 130 108 196 0.34 0.45 0 0.23 255 0.43 0.6
Hex 82 6C C4 22 2D 0 17 FF 2B 3C
Octal 202 154 304 42 55 0 27 377 53 74
Binary 10000010 1101100 11000100 100010 101101 0 10111 11111111 101011 111100

Color Harmonies of #826CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CC4

Black with #826CC4

Text Example


Text Example

White with #826CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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