#7643BB

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

Shades of Studio #7643BB

Tints of Studio #7643BB

Color information

#7643BB (or 0x7643BB) is unknown color: approx Studio. HEX triplet: 76, 43 and BB. RGB value is (118,67,187). Sum of RGB (Red+Green+Blue) = 118+67+187=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #7643BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7643BB is #89BC44. Grayscale: #5F5F5F. Windows color (decimal): -9026629 or 12272502. OLE color: 12272502.

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

Color convert

RGB11867187-
CMYK0.370.6400.27
HSL265.5º47.24%49.8%-
HSV(B)265.5º64.17%73.33%-
XYZ18.4511.4548.25-
YUV95.93179.4143.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 187 (73.44% from 255) = 50.27%
R=31.72%
G=18.01%
B=50.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118671870.370.6400.27265.547.2449.8
Hex7643BB254001B10a2f32
Octal166103273451000334125762
Binary11101101000011101110111001011000000011011100001010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7643BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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