Html Css Color HEX #826ACE True V

📋 copy color: '#826ACE'

red 130 ◦ green 106 ◦ blue 206

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

Shades of True V #826ACE

Tints of True V #826ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 29.41%
G = 23.98%
B = 46.61%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#826ACE (or 0x826ACE) is known color: True V. HEX triplet: 82, 6A and CE. RGB value is (130,106,206). Sum of RGB (Red+Green+Blue) = 130+106+206=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #826ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ACE is #7D9531. Grayscale: #7C7C7C. Windows color (decimal): -8230194 or 13527682. OLE color: 13527682.

HSL color Cylindrical-coordinate representation of color #826ACE: hue angle of 254.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #826ACE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 106 206 -
CMYK 0.37 0.49 0 0.19
HSL 254.4º 0.51% 0.61% -
HSV(B) 254.4º 0.49% 0.81% -
XYZ 25.5 19.51 60.81 -
YUV 124.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 130 106 206 0.37 0.49 0 0.19 254.4 0.51 0.61
Hex 82 6A CE 25 31 0 13 FE 33 3D
Octal 202 152 316 45 61 0 23 376 63 75
Binary 10000010 1101010 11001110 100101 110001 0 10011 11111110 110011 111101

Color Harmonies of #826ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ACE

Black with #826ACE

Text Example


Text Example

White with #826ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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