#7858A7

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

Shades of Studio #7858A7

Tints of Studio #7858A7

Color information

#7858A7 (or 0x7858A7) is unknown color: approx Studio. HEX triplet: 78, 58 and A7. RGB value is (120,88,167). Sum of RGB (Red+Green+Blue) = 120+88+167=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 88 (34.77% from 255 or 23.47% 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 #7858A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7858A7 is #87A758. Grayscale: #6A6A6A. Windows color (decimal): -8890201 or 10967160. OLE color: 10967160.

HSL color Cylindrical-coordinate representation of color #7858A7: hue angle of 264.3º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7858A7 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12088167-
CMYK0.280.4700.35
HSL264.3º30.98%50%-
HSV(B)264.3º47.31%65.49%-
XYZ18.2113.7638.26-
YUV106.57162.1137.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=32%
G=23.47%
B=44.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120881670.280.4700.35264.330.9850
Hex7858A71C2F0231081f32
Octal17013024734570434103762
Binary111100010110001010011111100101111010001110000100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7858A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7858A7; }

 p { color: rgb(120,88,167); }

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

<style>
 a { background-color: #7858A7; }

 a { background-color: rgb(120,88,167); }

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

<style>
 span { border-color: #7858A7; }

 span { border-color: rgb(120,88,167); }

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