Html Css Color HEX #854264 Cosmic

📋 copy color: '#854264'

red 133 ◦ green 66 ◦ blue 100

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

Shades of Cosmic #854264

Tints of Cosmic #854264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 44.48%
G = 22.07%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#854264 (or 0x854264) is known color: Cosmic. HEX triplet: 85, 42 and 64. RGB value is (133,66,100). Sum of RGB (Red+Green+Blue) = 133+66+100=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854264 is #7ABD9B. Grayscale: #595959. Windows color (decimal): -8043932 or 6570629. OLE color: 6570629.

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

Color convert

RGB 133 66 100 -
CMYK 0 0.50 0.25 0.48
HSL 329.55º 0.34% 0.39% -
HSV(B) 329.55º 0.5% 0.52% -
XYZ 13.92 9.8 13.22 -
YUV 89.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 133 66 100 0 0.50 0.25 0.48 329.55 0.34 0.39
Hex 85 42 64 0 32 19 30 14A 22 27
Octal 205 102 144 0 62 31 60 512 42 47
Binary 10000101 1000010 1100100 0 110010 11001 110000 101001010 100010 100111

Color Harmonies of #854264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854264

Black with #854264

Text Example


Text Example

White with #854264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854264; }

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

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

background-color css

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

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

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

border-color css

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

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

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