Html Css Color HEX #826ABC True V

📋 copy color: '#826ABC'

red 130 ◦ green 106 ◦ blue 188

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

Shades of True V #826ABC

Tints of True V #826ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25%

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

R = 30.66%
G = 25%
B = 44.34%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#826ABC (or 0x826ABC) is known color: True V. HEX triplet: 82, 6A and BC. RGB value is (130,106,188). Sum of RGB (Red+Green+Blue) = 130+106+188=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #826ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ABC is #7D9543. Grayscale: #7A7A7A. Windows color (decimal): -8230212 or 12348034. OLE color: 12348034.

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

Color convert

RGB 130 106 188 -
CMYK 0.31 0.44 0 0.26
HSL 257.56º 0.38% 0.58% -
HSV(B) 257.56º 0.44% 0.74% -
XYZ 23.44 18.68 49.95 -
YUV 122.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 130 106 188 0.31 0.44 0 0.26 257.56 0.38 0.58
Hex 82 6A BC 1F 2C 0 1A 102 26 3A
Octal 202 152 274 37 54 0 32 402 46 72
Binary 10000010 1101010 10111100 11111 101100 0 11010 100000010 100110 111010

Color Harmonies of #826ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ABC

Black with #826ABC

Text Example


Text Example

White with #826ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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