Html Css Color HEX #865898 Affair

📋 copy color: '#865898'

red 134 ◦ green 88 ◦ blue 152

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

Shades of Affair #865898

Tints of Affair #865898

RGB

 RED value IS 134 (52.73% from 255) = 35.83%

 GREEN value IS 88 (34.77% from 255) = 23.53%

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

R = 35.83%
G = 23.53%
B = 40.64%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#865898 (or 0x865898) is known color: Affair. HEX triplet: 86, 58 and 98. RGB value is (134,88,152). Sum of RGB (Red+Green+Blue) = 134+88+152=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #865898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865898 is #79A767. Grayscale: #6C6C6C. Windows color (decimal): -7972712 or 9984134. OLE color: 9984134.

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

Color convert

RGB 134 88 152 -
CMYK 0.12 0.42 0 0.40
HSL 283.13º 0.27% 0.47% -
HSV(B) 283.13º 0.42% 0.6% -
XYZ 18.99 14.31 31.47 -
YUV 109.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 134 88 152 0.12 0.42 0 0.40 283.13 0.27 0.47
Hex 86 58 98 C 2A 0 28 11B 1B 2F
Octal 206 130 230 14 52 0 50 433 33 57
Binary 10000110 1011000 10011000 1100 101010 0 101000 100011011 11011 101111

Color Harmonies of #865898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865898

Black with #865898

Text Example


Text Example

White with #865898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865898; }

 p { color: rgb(134,88,152); }

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

background-color css

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

 a { background-color: rgb(134,88,152); }

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

border-color css

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

 span { border-color: rgb(134,88,152); }

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