#765495

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

Shades of Studio #765495

Tints of Studio #765495

Color information

#765495 (or 0x765495) is unknown color: approx Studio. HEX triplet: 76, 54 and 95. RGB value is (118,84,149). Sum of RGB (Red+Green+Blue) = 118+84+149=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #765495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765495 is #89AB6A. Grayscale: #656565. Windows color (decimal): -9022315 or 9786486. OLE color: 9786486.

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

Color convert

RGB11884149-
CMYK0.210.4400.42
HSL271.38º27.9%45.69%-
HSV(B)271.38º43.62%58.43%-
XYZ16.0712.3629.97-
YUV101.58154.76139.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=33.62%
G=23.93%
B=42.45%

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
Decimal118841490.210.4400.42271.3827.945.69
Hex765495152C02A10f1c2e
Octal16612422525540524173456
Binary111011010101001001010110101101100010101010000111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765495; }

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

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

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

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

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

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

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

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