#854faf

Color #854FAF Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #854FAF

Tints of Studio #854FAF

Color information

#854FAF (or 0x854FAF) is unknown color: approx Studio. HEX triplet: 85, 4F and AF. RGB value is (133,79,175). Sum of RGB (Red+Green+Blue) = 133+79+175=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #854FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854FAF is #7AB050. Grayscale: #696969. Windows color (decimal): -8040529 or 11489157. OLE color: 11489157.

HSL color Cylindrical-coordinate representation of color #854FAF: hue angle of 273.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854FAF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13379175-
CMYK0.240.5500.31
HSL273.75º37.8%49.8%-
HSV(B)273.75º54.86%68.63%-
XYZ20.2113.6742.13-
YUV106.09166.89147.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=34.37%
G=20.41%
B=45.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133791750.240.5500.31273.7537.849.8
Hex854FAF183701F1122632
Octal20511725730670374224662
Binary1000010110011111010111111000110111011111100010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,79,175); }

 H1.HeaderClassName
 {
   color: #854faf;
 }
 .AnyTagClassName
 {
   color: #854faf;
 }
</style>
background-color css

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

 a { background-color: rgb(133,79,175); }

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

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

 span { border-color: rgb(133,79,175); }

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