#854BA7

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

Shades of Studio #854BA7

Tints of Studio #854BA7

Color information

#854BA7 (or 0x854BA7) is unknown color: approx Studio. HEX triplet: 85, 4B and A7. RGB value is (133,75,167). Sum of RGB (Red+Green+Blue) = 133+75+167=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #854BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854BA7 is #7AB458. Grayscale: #666666. Windows color (decimal): -8041561 or 10963845. OLE color: 10963845.

HSL color Cylindrical-coordinate representation of color #854BA7: hue angle of 277.83º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854BA7 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13375167-
CMYK0.200.5500.35
HSL277.83º38.02%47.45%-
HSV(B)277.83º55.09%65.49%-
XYZ19.1612.8138.02-
YUV102.83164.22149.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=35.47%
G=20%
B=44.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133751670.200.5500.35277.8338.0247.45
Hex854BA71437023116262f
Octal20511324724670434264657
Binary10000101100101110100111101001101110100011100010110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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