#854DAB

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

Shades of Studio #854DAB

Tints of Studio #854DAB

Color information

#854DAB (or 0x854DAB) is unknown color: approx Studio. HEX triplet: 85, 4D and AB. RGB value is (133,77,171). Sum of RGB (Red+Green+Blue) = 133+77+171=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #854DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854DAB is #7AB254. Grayscale: #686868. Windows color (decimal): -8041045 or 11226501. OLE color: 11226501.

HSL color Cylindrical-coordinate representation of color #854DAB: hue angle of 275.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854DAB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13377171-
CMYK0.220.5500.33
HSL275.74º37.9%48.63%-
HSV(B)275.74º54.97%67.06%-
XYZ19.6813.2340.05-
YUV104.46165.55148.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=34.91%
G=20.21%
B=44.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133771710.220.5500.33275.7437.948.63
Hex854DAB16370211142631
Octal20511525326670414244661
Binary10000101100110110101011101101101110100001100010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,171); }

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

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

 a { background-color: rgb(133,77,171); }

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

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

 span { border-color: rgb(133,77,171); }

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