Html Css Color HEX #854267 Cosmic

📋 copy color: '#854267'

red 133 ◦ green 66 ◦ blue 103

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

Shades of Cosmic #854267

Tints of Cosmic #854267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

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

R = 44.04%
G = 21.85%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854267 (or 0x854267) is known color: Cosmic. HEX triplet: 85, 42 and 67. RGB value is (133,66,103). Sum of RGB (Red+Green+Blue) = 133+66+103=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854267 is #7ABD98. Grayscale: #5A5A5A. Windows color (decimal): -8043929 or 6767237. OLE color: 6767237.

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

Color convert

RGB 133 66 103 -
CMYK 0 0.50 0.23 0.48
HSL 326.87º 0.34% 0.39% -
HSV(B) 326.87º 0.5% 0.52% -
XYZ 14.07 9.86 13.99 -
YUV 90.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 133 66 103 0 0.50 0.23 0.48 326.87 0.34 0.39
Hex 85 42 67 0 32 17 30 147 22 27
Octal 205 102 147 0 62 27 60 507 42 47
Binary 10000101 1000010 1100111 0 110010 10111 110000 101000111 100010 100111

Color Harmonies of #854267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854267

Black with #854267

Text Example


Text Example

White with #854267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854267; }

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

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

background-color css

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

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

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

border-color css

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

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

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