Html Css Color HEX #804469 Cosmic

📋 copy color: '#804469'

red 128 ◦ green 68 ◦ blue 105

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

Shades of Cosmic #804469

Tints of Cosmic #804469

RGB

 RED value IS 128 (50.39% from 255) = 42.52%

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 42.52%
G = 22.59%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#804469 (or 0x804469) is known color: Cosmic. HEX triplet: 80, 44 and 69. RGB value is (128,68,105). Sum of RGB (Red+Green+Blue) = 128+68+105=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #804469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804469 is #7FBB96. Grayscale: #5A5A5A. Windows color (decimal): -8371095 or 6898816. OLE color: 6898816.

HSL color Cylindrical-coordinate representation of color #804469: hue angle of 323º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804469 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 105 -
CMYK 0 0.47 0.18 0.50
HSL 323º 0.31% 0.38% -
HSV(B) 323º 0.47% 0.5% -
XYZ 13.52 9.74 14.53 -
YUV 90.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 128 68 105 0 0.47 0.18 0.50 323 0.31 0.38
Hex 80 44 69 0 2F 12 32 143 1F 26
Octal 200 104 151 0 57 22 62 503 37 46
Binary 10000000 1000100 1101001 0 101111 10010 110010 101000011 11111 100110

Color Harmonies of #804469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804469

Black with #804469

Text Example


Text Example

White with #804469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804469; }

 p { color: rgb(128,68,105); }

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

background-color css

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

 a { background-color: rgb(128,68,105); }

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

border-color css

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

 span { border-color: rgb(128,68,105); }

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