#7658AB

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

Shades of Studio #7658AB

Tints of Studio #7658AB

Color information

#7658AB (or 0x7658AB) is unknown color: approx Studio. HEX triplet: 76, 58 and AB. RGB value is (118,88,171). Sum of RGB (Red+Green+Blue) = 118+88+171=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #7658AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7658AB is #89A754. Grayscale: #6A6A6A. Windows color (decimal): -9021269 or 11229302. OLE color: 11229302.

HSL color Cylindrical-coordinate representation of color #7658AB: hue angle of 261.69º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7658AB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11888171-
CMYK0.310.4900.33
HSL261.69º33.07%50.78%-
HSV(B)261.69º48.54%67.06%-
XYZ18.3113.7740.22-
YUV106.43164.44136.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=31.30%
G=23.34%
B=45.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118881710.310.4900.33261.6933.0750.78
Hex7658AB1F310211062133
Octal16613025337610414064163
Binary1110110101100010101011111111100010100001100000110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7658AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7658AB; }

 p { color: rgb(118,88,171); }

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

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

 a { background-color: rgb(118,88,171); }

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

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

 span { border-color: rgb(118,88,171); }

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