#755098

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

Shades of Studio #755098

Tints of Studio #755098

Color information

#755098 (or 0x755098) is unknown color: approx Studio. HEX triplet: 75, 50 and 98. RGB value is (117,80,152). Sum of RGB (Red+Green+Blue) = 117+80+152=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #755098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755098 is #8AAF67. Grayscale: #636363. Windows color (decimal): -9088872 or 9982069. OLE color: 9982069.

HSL color Cylindrical-coordinate representation of color #755098: hue angle of 270.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755098 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11780152-
CMYK0.230.4700.40
HSL270.83º31.03%45.49%-
HSV(B)270.83º47.37%59.61%-
XYZ15.8711.7931.14-
YUV99.27157.76140.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=33.52%
G=22.92%
B=43.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117801520.230.4700.40270.8331.0345.49
Hex755098172F02810f1f2d
Octal16512023027570504173755
Binary111010110100001001100010111101111010100010000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755098; }

 p { color: rgb(117,80,152); }

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

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

 a { background-color: rgb(117,80,152); }

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

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

 span { border-color: rgb(117,80,152); }

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