Html Css Color HEX #865074 Cosmic

📋 copy color: '#865074'

red 134 ◦ green 80 ◦ blue 116

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

Shades of Cosmic #865074

Tints of Cosmic #865074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 40.61%
G = 24.24%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865074 (or 0x865074) is known color: Cosmic. HEX triplet: 86, 50 and 74. RGB value is (134,80,116). Sum of RGB (Red+Green+Blue) = 134+80+116=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #865074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865074 is #79AF8B. Grayscale: #646464. Windows color (decimal): -7974796 or 7622790. OLE color: 7622790.

HSL color Cylindrical-coordinate representation of color #865074: hue angle of 320º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865074 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 116 -
CMYK 0 0.40 0.13 0.47
HSL 320º 0.25% 0.42% -
HSV(B) 320º 0.4% 0.53% -
XYZ 15.85 12.07 18.02 -
YUV 100.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 134 80 116 0 0.40 0.13 0.47 320 0.25 0.42
Hex 86 50 74 0 28 D 2F 140 19 2A
Octal 206 120 164 0 50 15 57 500 31 52
Binary 10000110 1010000 1110100 0 101000 1101 101111 101000000 11001 101010

Color Harmonies of #865074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865074

Black with #865074

Text Example


Text Example

White with #865074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865074; }

 p { color: rgb(134,80,116); }

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

background-color css

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

 a { background-color: rgb(134,80,116); }

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

border-color css

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

 span { border-color: rgb(134,80,116); }

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