#765895

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

Shades of Studio #765895

Tints of Studio #765895

Color information

#765895 (or 0x765895) is unknown color: approx Studio. HEX triplet: 76, 58 and 95. RGB value is (118,88,149). Sum of RGB (Red+Green+Blue) = 118+88+149=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #765895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765895 is #89A76A. Grayscale: #676767. Windows color (decimal): -9021291 or 9787510. OLE color: 9787510.

HSL color Cylindrical-coordinate representation of color #765895: hue angle of 269.51º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765895 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11888149-
CMYK0.210.4100.42
HSL269.51º25.74%46.47%-
HSV(B)269.51º40.94%58.43%-
XYZ16.391330.08-
YUV103.92153.44138.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=33.24%
G=24.79%
B=41.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118881490.210.4100.42269.5125.7446.47
Hex765895152902A10e1a2e
Octal16613022525510524163256
Binary111011010110001001010110101101001010101010000111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765895; }

 p { color: rgb(118,88,149); }

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

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

 a { background-color: rgb(118,88,149); }

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

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

 span { border-color: rgb(118,88,149); }

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