#854CA4

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

Shades of Studio #854CA4

Tints of Studio #854CA4

Color information

#854CA4 (or 0x854CA4) is unknown color: approx Studio. HEX triplet: 85, 4C and A4. RGB value is (133,76,164). Sum of RGB (Red+Green+Blue) = 133+76+164=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #854CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854CA4 is #7AB35B. Grayscale: #666666. Windows color (decimal): -8041308 or 10767493. OLE color: 10767493.

HSL color Cylindrical-coordinate representation of color #854CA4: hue angle of 278.86º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #854CA4 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13376164-
CMYK0.190.5400.36
HSL278.86º36.67%47.06%-
HSV(B)278.86º53.66%64.31%-
XYZ18.9612.8436.6-
YUV103.07162.38149.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=35.66%
G=20.38%
B=43.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133761640.190.5400.36278.8636.6747.06
Hex854CA41336024117252f
Octal20511424423660444274557
Binary10000101100110010100100100111101100100100100010111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,76,164); }

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

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

 a { background-color: rgb(133,76,164); }

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

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

 span { border-color: rgb(133,76,164); }

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