#765395

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

Shades of Studio #765395

Tints of Studio #765395

Color information

#765395 (or 0x765395) is unknown color: approx Studio. HEX triplet: 76, 53 and 95. RGB value is (118,83,149). Sum of RGB (Red+Green+Blue) = 118+83+149=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #765395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765395 is #89AC6A. Grayscale: #646464. Windows color (decimal): -9022571 or 9786230. OLE color: 9786230.

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

Color convert

RGB11883149-
CMYK0.210.4400.42
HSL271.82º28.45%45.49%-
HSV(B)271.82º44.3%58.43%-
XYZ15.9912.2129.95-
YUV100.99155.1140.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=33.71%
G=23.71%
B=42.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118831490.210.4400.42271.8228.4545.49
Hex765395152C02A1101c2d
Octal16612322525540524203455
Binary111011010100111001010110101101100010101010001000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765395; }

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

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

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

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

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

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

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

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