#765399

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

Shades of Studio #765399

Tints of Studio #765399

Color information

#765399 (or 0x765399) is unknown color: approx Studio. HEX triplet: 76, 53 and 99. RGB value is (118,83,153). Sum of RGB (Red+Green+Blue) = 118+83+153=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #765399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765399 is #89AC66. Grayscale: #656565. Windows color (decimal): -9022567 or 10048374. OLE color: 10048374.

HSL color Cylindrical-coordinate representation of color #765399: hue angle of 270º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765399 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11883153-
CMYK0.230.4600.4
HSL270º29.66%46.27%-
HSV(B)270º45.75%60%-
XYZ16.3112.3431.66-
YUV101.44157.1139.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=33.33%
G=23.45%
B=43.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118831530.230.4600.427029.6646.27
Hex765399172E02810e1e2e
Octal16612323127560504163656
Binary111011010100111001100110111101110010100010000111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765399; }

 p { color: rgb(118,83,153); }

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

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

 a { background-color: rgb(118,83,153); }

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

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

 span { border-color: rgb(118,83,153); }

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