Html Css Color HEX #854669 Cosmic

📋 copy color: '#854669'

red 133 ◦ green 70 ◦ blue 105

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

Shades of Cosmic #854669

Tints of Cosmic #854669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

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

R = 43.18%
G = 22.73%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#854669 (or 0x854669) is known color: Cosmic. HEX triplet: 85, 46 and 69. RGB value is (133,70,105). Sum of RGB (Red+Green+Blue) = 133+70+105=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #854669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854669 is #7AB996. Grayscale: #5C5C5C. Windows color (decimal): -8042903 or 6899333. OLE color: 6899333.

HSL color Cylindrical-coordinate representation of color #854669: hue angle of 326.67º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854669 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 105 -
CMYK 0 0.47 0.21 0.48
HSL 326.67º 0.31% 0.4% -
HSV(B) 326.67º 0.47% 0.52% -
XYZ 14.41 10.39 14.61 -
YUV 92.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 133 70 105 0 0.47 0.21 0.48 326.67 0.31 0.4
Hex 85 46 69 0 2F 15 30 147 1F 28
Octal 205 106 151 0 57 25 60 507 37 50
Binary 10000101 1000110 1101001 0 101111 10101 110000 101000111 11111 101000

Color Harmonies of #854669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854669

Black with #854669

Text Example


Text Example

White with #854669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854669; }

 p { color: rgb(133,70,105); }

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

background-color css

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

 a { background-color: rgb(133,70,105); }

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

border-color css

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

 span { border-color: rgb(133,70,105); }

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