Html Css Color HEX #863869 Cosmic

📋 copy color: '#863869'

red 134 ◦ green 56 ◦ blue 105

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

Shades of Cosmic #863869

Tints of Cosmic #863869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

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

R = 45.42%
G = 18.98%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#863869 (or 0x863869) is known color: Cosmic. HEX triplet: 86, 38 and 69. RGB value is (134,56,105). Sum of RGB (Red+Green+Blue) = 134+56+105=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #863869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863869 is #79C796. Grayscale: #545454. Windows color (decimal): -7980951 or 6895750. OLE color: 6895750.

HSL color Cylindrical-coordinate representation of color #863869: hue angle of 322.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863869 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 105 -
CMYK 0 0.58 0.22 0.47
HSL 322.31º 0.41% 0.37% -
HSV(B) 322.31º 0.58% 0.53% -
XYZ 13.8 8.92 14.36 -
YUV 84.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 134 56 105 0 0.58 0.22 0.47 322.31 0.41 0.37
Hex 86 38 69 0 3A 16 2F 142 29 25
Octal 206 70 151 0 72 26 57 502 51 45
Binary 10000110 111000 1101001 0 111010 10110 101111 101000010 101001 100101

Color Harmonies of #863869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863869

Black with #863869

Text Example


Text Example

White with #863869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863869; }

 p { color: rgb(134,56,105); }

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

background-color css

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

 a { background-color: rgb(134,56,105); }

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

border-color css

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

 span { border-color: rgb(134,56,105); }

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