Html Css Color HEX #854466 Cosmic

📋 copy color: '#854466'

red 133 ◦ green 68 ◦ blue 102

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

Shades of Cosmic #854466

Tints of Cosmic #854466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 43.89%
G = 22.44%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854466 (or 0x854466) is known color: Cosmic. HEX triplet: 85, 44 and 66. RGB value is (133,68,102). Sum of RGB (Red+Green+Blue) = 133+68+102=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #854466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854466 is #7ABB99. Grayscale: #5B5B5B. Windows color (decimal): -8043418 or 6702213. OLE color: 6702213.

HSL color Cylindrical-coordinate representation of color #854466: hue angle of 328.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854466 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 102 -
CMYK 0 0.49 0.23 0.48
HSL 328.62º 0.32% 0.39% -
HSV(B) 328.62º 0.49% 0.52% -
XYZ 14.14 10.08 13.77 -
YUV 91.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 133 68 102 0 0.49 0.23 0.48 328.62 0.32 0.39
Hex 85 44 66 0 31 17 30 149 20 27
Octal 205 104 146 0 61 27 60 511 40 47
Binary 10000101 1000100 1100110 0 110001 10111 110000 101001001 100000 100111

Color Harmonies of #854466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854466

Black with #854466

Text Example


Text Example

White with #854466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854466; }

 p { color: rgb(133,68,102); }

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

background-color css

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

 a { background-color: rgb(133,68,102); }

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

border-color css

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

 span { border-color: rgb(133,68,102); }

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