#755196

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

Shades of Studio #755196

Tints of Studio #755196

Color information

#755196 (or 0x755196) is unknown color: approx Studio. HEX triplet: 75, 51 and 96. RGB value is (117,81,150). Sum of RGB (Red+Green+Blue) = 117+81+150=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #755196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755196 is #8AAE69. Grayscale: #636363. Windows color (decimal): -9088618 or 9851253. OLE color: 9851253.

HSL color Cylindrical-coordinate representation of color #755196: hue angle of 271.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755196 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11781150-
CMYK0.220.4600.41
HSL271.3º29.87%45.29%-
HSV(B)271.3º46%58.82%-
XYZ15.7811.8730.31-
YUV99.63156.43140.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=33.62%
G=23.28%
B=43.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117811500.220.4600.41271.329.8745.29
Hex755196162E02910f1e2d
Octal16512122626560514173655
Binary111010110100011001011010110101110010100110000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755196; }

 p { color: rgb(117,81,150); }

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

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

 a { background-color: rgb(117,81,150); }

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

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

 span { border-color: rgb(117,81,150); }

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