Html Css Color HEX #854B74 Cosmic

📋 copy color: '#854B74'

red 133 ◦ green 75 ◦ blue 116

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

Shades of Cosmic #854B74

Tints of Cosmic #854B74

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.15%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 41.05%
G = 23.15%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#854B74 (or 0x854B74) is known color: Cosmic. HEX triplet: 85, 4B and 74. RGB value is (133,75,116). Sum of RGB (Red+Green+Blue) = 133+75+116=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #854B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B74 is #7AB48B. Grayscale: #606060. Windows color (decimal): -8041612 or 7621509. OLE color: 7621509.

HSL color Cylindrical-coordinate representation of color #854B74: hue angle of 317.59º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854B74 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 75 116 -
CMYK 0 0.44 0.13 0.48
HSL 317.59º 0.28% 0.41% -
HSV(B) 317.59º 0.44% 0.52% -
XYZ 15.34 11.28 17.89 -
YUV 97.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 133 75 116 0 0.44 0.13 0.48 317.59 0.28 0.41
Hex 85 4B 74 0 2C D 30 13E 1C 29
Octal 205 113 164 0 54 15 60 476 34 51
Binary 10000101 1001011 1110100 0 101100 1101 110000 100111110 11100 101001

Color Harmonies of #854B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B74

Black with #854B74

Text Example


Text Example

White with #854B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854B74; }

 p { color: rgb(133,75,116); }

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

background-color css

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

 a { background-color: rgb(133,75,116); }

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

border-color css

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

 span { border-color: rgb(133,75,116); }

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