Html Css Color HEX #854867 Cosmic

📋 copy color: '#854867'

red 133 ◦ green 72 ◦ blue 103

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

Shades of Cosmic #854867

Tints of Cosmic #854867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

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

R = 43.18%
G = 23.38%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854867 (or 0x854867) is known color: Cosmic. HEX triplet: 85, 48 and 67. RGB value is (133,72,103). Sum of RGB (Red+Green+Blue) = 133+72+103=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #854867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854867 is #7AB798. Grayscale: #5D5D5D. Windows color (decimal): -8042393 or 6768773. OLE color: 6768773.

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

Color convert

RGB 133 72 103 -
CMYK 0 0.46 0.23 0.48
HSL 329.51º 0.3% 0.4% -
HSV(B) 329.51º 0.46% 0.52% -
XYZ 14.44 10.6 14.12 -
YUV 93.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 133 72 103 0 0.46 0.23 0.48 329.51 0.3 0.4
Hex 85 48 67 0 2E 17 30 14A 1E 28
Octal 205 110 147 0 56 27 60 512 36 50
Binary 10000101 1001000 1100111 0 101110 10111 110000 101001010 11110 101000

Color Harmonies of #854867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854867

Black with #854867

Text Example


Text Example

White with #854867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854867; }

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

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

background-color css

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

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

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

border-color css

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

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

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