#765693

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

Shades of Studio #765693

Tints of Studio #765693

Color information

#765693 (or 0x765693) is unknown color: approx Studio. HEX triplet: 76, 56 and 93. RGB value is (118,86,147). Sum of RGB (Red+Green+Blue) = 118+86+147=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #765693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765693 is #89A96C. Grayscale: #666666. Windows color (decimal): -9021805 or 9655926. OLE color: 9655926.

HSL color Cylindrical-coordinate representation of color #765693: hue angle of 271.48º 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 #765693 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11886147-
CMYK0.200.4100.42
HSL271.48º26.18%45.69%-
HSV(B)271.48º41.5%57.65%-
XYZ16.0712.6129.19-
YUV102.52153.1139.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=33.62%
G=24.50%
B=41.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118861470.200.4100.42271.4826.1845.69
Hex765693142902A10f1a2e
Octal16612622324510524173256
Binary111011010101101001001110100101001010101010000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765693; }

 p { color: rgb(118,86,147); }

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

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

 a { background-color: rgb(118,86,147); }

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

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

 span { border-color: rgb(118,86,147); }

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