Html Css Color HEX #854467 Cosmic

📋 copy color: '#854467'

red 133 ◦ green 68 ◦ blue 103

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

Shades of Cosmic #854467

Tints of Cosmic #854467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 43.75%
G = 22.37%
B = 33.88%

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

#854467 (or 0x854467) is known color: Cosmic. HEX triplet: 85, 44 and 67. RGB value is (133,68,103). Sum of RGB (Red+Green+Blue) = 133+68+103=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854467 is #7ABB98. Grayscale: #5B5B5B. Windows color (decimal): -8043417 or 6767749. OLE color: 6767749.

HSL color Cylindrical-coordinate representation of color #854467: hue angle of 327.69º 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 #854467 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 103 -
CMYK 0 0.49 0.23 0.48
HSL 327.69º 0.32% 0.39% -
HSV(B) 327.69º 0.49% 0.52% -
XYZ 14.19 10.1 14.03 -
YUV 91.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 133 68 103 0 0.49 0.23 0.48 327.69 0.32 0.39
Hex 85 44 67 0 31 17 30 148 20 27
Octal 205 104 147 0 61 27 60 510 40 47
Binary 10000101 1000100 1100111 0 110001 10111 110000 101001000 100000 100111

Color Harmonies of #854467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854467

Black with #854467

Text Example


Text Example

White with #854467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854467; }

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

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

background-color css

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

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

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

border-color css

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

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

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