Html Css Color HEX #854469 Cosmic

📋 copy color: '#854469'

red 133 ◦ green 68 ◦ blue 105

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

Shades of Cosmic #854469

Tints of Cosmic #854469

RGB

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

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

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

R = 43.46%
G = 22.22%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#854469 (or 0x854469) is known color: Cosmic. HEX triplet: 85, 44 and 69. RGB value is (133,68,105). Sum of RGB (Red+Green+Blue) = 133+68+105=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #854469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854469 is #7ABB96. Grayscale: #5B5B5B. Windows color (decimal): -8043415 or 6898821. OLE color: 6898821.

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

Color convert

RGB 133 68 105 -
CMYK 0 0.49 0.21 0.48
HSL 325.85º 0.32% 0.39% -
HSV(B) 325.85º 0.49% 0.52% -
XYZ 14.29 10.14 14.57 -
YUV 91.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 133 68 105 0 0.49 0.21 0.48 325.85 0.32 0.39
Hex 85 44 69 0 31 15 30 146 20 27
Octal 205 104 151 0 61 25 60 506 40 47
Binary 10000101 1000100 1101001 0 110001 10101 110000 101000110 100000 100111

Color Harmonies of #854469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854469

Black with #854469

Text Example


Text Example

White with #854469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854469; }

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

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

background-color css

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

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

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

border-color css

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

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

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