Html Css Color HEX #826388 Trendy Pink

📋 copy color: '#826388'

red 130 ◦ green 99 ◦ blue 136

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

Shades of Trendy Pink #826388

Tints of Trendy Pink #826388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 35.62%
G = 27.12%
B = 37.26%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#826388 (or 0x826388) is known color: Trendy Pink. HEX triplet: 82, 63 and 88. RGB value is (130,99,136). Sum of RGB (Red+Green+Blue) = 130+99+136=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #826388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826388 is #7D9C77. Grayscale: #707070. Windows color (decimal): -8232056 or 8938370. OLE color: 8938370.

HSL color Cylindrical-coordinate representation of color #826388: hue angle of 290.27º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #826388 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 99 136 -
CMYK 0.04 0.27 0 0.47
HSL 290.27º 0.16% 0.46% -
HSV(B) 290.27º 0.27% 0.53% -
XYZ 18.11 15.45 25.32 -
YUV 112.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 130 99 136 0.04 0.27 0 0.47 290.27 0.16 0.46
Hex 82 63 88 4 1B 0 2F 122 10 2E
Octal 202 143 210 4 33 0 57 442 20 56
Binary 10000010 1100011 10001000 100 11011 0 101111 100100010 10000 101110

Color Harmonies of #826388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826388

Black with #826388

Text Example


Text Example

White with #826388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826388; }

 p { color: rgb(130,99,136); }

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

background-color css

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

 a { background-color: rgb(130,99,136); }

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

border-color css

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

 span { border-color: rgb(130,99,136); }

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