Html Css Color HEX #89486D Cosmic

📋 copy color: '#89486D'

red 137 ◦ green 72 ◦ blue 109

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

Shades of Cosmic #89486D

Tints of Cosmic #89486D

RGB

 RED value IS 137 (53.91% from 255) = 43.08%

 GREEN value IS 72 (28.52% from 255) = 22.64%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 43.08%
G = 22.64%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89486D (or 0x89486D) is known color: Cosmic. HEX triplet: 89, 48 and 6D. RGB value is (137,72,109). Sum of RGB (Red+Green+Blue) = 137+72+109=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89486D is #76B792. Grayscale: #5F5F5F. Windows color (decimal): -7780243 or 7161993. OLE color: 7161993.

HSL color Cylindrical-coordinate representation of color #89486D: hue angle of 325.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89486D is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 72 109 -
CMYK 0 0.47 0.20 0.46
HSL 325.85º 0.31% 0.41% -
HSV(B) 325.85º 0.47% 0.54% -
XYZ 15.39 11.06 15.79 -
YUV 95.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 137 72 109 0 0.47 0.20 0.46 325.85 0.31 0.41
Hex 89 48 6D 0 2F 14 2E 146 1F 29
Octal 211 110 155 0 57 24 56 506 37 51
Binary 10001001 1001000 1101101 0 101111 10100 101110 101000110 11111 101001

Color Harmonies of #89486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89486D

Black with #89486D

Text Example


Text Example

White with #89486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89486D; }

 p { color: rgb(137,72,109); }

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

background-color css

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

 a { background-color: rgb(137,72,109); }

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

border-color css

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

 span { border-color: rgb(137,72,109); }

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