#7641B8

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

Shades of Studio #7641B8

Tints of Studio #7641B8

Color information

#7641B8 (or 0x7641B8) is unknown color: approx Studio. HEX triplet: 76, 41 and B8. RGB value is (118,65,184). Sum of RGB (Red+Green+Blue) = 118+65+184=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #7641B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7641B8 is #89BE47. Grayscale: #5D5D5D. Windows color (decimal): -9027144 or 12075382. OLE color: 12075382.

HSL color Cylindrical-coordinate representation of color #7641B8: hue angle of 266.72º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7641B8 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11865184-
CMYK0.360.6500.28
HSL266.72º47.79%48.82%-
HSV(B)266.72º64.67%72.16%-
XYZ18.0111.0946.54-
YUV94.41178.56144.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 184 (72.27% from 255) = 50.14%
R=32.15%
G=17.71%
B=50.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118651840.360.6500.28266.7247.7948.82
Hex7641B8244101C10b3031
Octal166101270441010344136061
Binary11101101000001101110001001001000001011100100001011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7641B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7641B8; }

 p { color: rgb(118,65,184); }

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

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

 a { background-color: rgb(118,65,184); }

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

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

 span { border-color: rgb(118,65,184); }

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