#7642BB

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

Shades of Studio #7642BB

Tints of Studio #7642BB

Color information

#7642BB (or 0x7642BB) is unknown color: approx Studio. HEX triplet: 76, 42 and BB. RGB value is (118,66,187). Sum of RGB (Red+Green+Blue) = 118+66+187=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7642BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7642BB is #89BD44. Grayscale: #5E5E5E. Windows color (decimal): -9026885 or 12272246. OLE color: 12272246.

HSL color Cylindrical-coordinate representation of color #7642BB: hue angle of 265.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7642BB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11866187-
CMYK0.370.6500.27
HSL265.79º47.83%49.61%-
HSV(B)265.79º64.71%73.33%-
XYZ18.3911.3448.23-
YUV95.34179.73144.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=31.81%
G=17.79%
B=50.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118661870.370.6500.27265.7947.8349.61
Hex7642BB254101B10a3032
Octal166102273451010334126062
Binary11101101000010101110111001011000001011011100001010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7642BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7642BB; }

 p { color: rgb(118,66,187); }

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

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

 a { background-color: rgb(118,66,187); }

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

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

 span { border-color: rgb(118,66,187); }

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