Html Css Color HEX #835798 Affair

📋 copy color: '#835798'

red 131 ◦ green 87 ◦ blue 152

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

Shades of Affair #835798

Tints of Affair #835798

RGB

 RED value IS 131 (51.56% from 255) = 35.41%

 GREEN value IS 87 (34.38% from 255) = 23.51%

 BLUE value IS 152 (59.77% from 255) = 41.08%

R = 35.41%
G = 23.51%
B = 41.08%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#835798 (or 0x835798) is known color: Affair. HEX triplet: 83, 57 and 98. RGB value is (131,87,152). Sum of RGB (Red+Green+Blue) = 131+87+152=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #835798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835798 is #7CA867. Grayscale: #6B6B6B. Windows color (decimal): -8169576 or 9983875. OLE color: 9983875.

HSL color Cylindrical-coordinate representation of color #835798: hue angle of 280.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #835798 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 87 152 -
CMYK 0.14 0.43 0 0.40
HSL 280.62º 0.27% 0.47% -
HSV(B) 280.62º 0.43% 0.6% -
XYZ 18.44 13.91 31.42 -
YUV 107.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 131 87 152 0.14 0.43 0 0.40 280.62 0.27 0.47
Hex 83 57 98 E 2B 0 28 119 1B 2F
Octal 203 127 230 16 53 0 50 431 33 57
Binary 10000011 1010111 10011000 1110 101011 0 101000 100011001 11011 101111

Color Harmonies of #835798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835798

Black with #835798

Text Example


Text Example

White with #835798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835798; }

 p { color: rgb(131,87,152); }

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

background-color css

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

 a { background-color: rgb(131,87,152); }

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

border-color css

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

 span { border-color: rgb(131,87,152); }

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