Html Css Color HEX #85688F Mamba

📋 copy color: '#85688F'

red 133 ◦ green 104 ◦ blue 143

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

Shades of Mamba #85688F

Tints of Mamba #85688F

RGB

 RED value IS 133 (52.34% from 255) = 35%

 GREEN value IS 104 (41.02% from 255) = 27.37%

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 35%
G = 27.37%
B = 37.63%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85688F (or 0x85688F) is known color: Mamba. HEX triplet: 85, 68 and 8F. RGB value is (133,104,143). Sum of RGB (Red+Green+Blue) = 133+104+143=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 143 - color contains mainly: blue. Hex color #85688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85688F is #7A9770. Grayscale: #747474. Windows color (decimal): -8034161 or 9398405. OLE color: 9398405.

HSL color Cylindrical-coordinate representation of color #85688F: hue angle of 284.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85688F is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 104 143 -
CMYK 0.07 0.27 0 0.44
HSL 284.62º 0.16% 0.48% -
HSV(B) 284.62º 0.27% 0.56% -
XYZ 19.58 16.87 28.21 -
YUV 117.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 133 104 143 0.07 0.27 0 0.44 284.62 0.16 0.48
Hex 85 68 8F 7 1B 0 2C 11D 10 30
Octal 205 150 217 7 33 0 54 435 20 60
Binary 10000101 1101000 10001111 111 11011 0 101100 100011101 10000 110000

Color Harmonies of #85688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85688F

Black with #85688F

Text Example


Text Example

White with #85688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85688F; }

 p { color: rgb(133,104,143); }

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

background-color css

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

 a { background-color: rgb(133,104,143); }

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

border-color css

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

 span { border-color: rgb(133,104,143); }

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