#7651B4

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

Shades of Studio #7651B4

Tints of Studio #7651B4

Color information

#7651B4 (or 0x7651B4) is unknown color: approx Studio. HEX triplet: 76, 51 and B4. RGB value is (118,81,180). Sum of RGB (Red+Green+Blue) = 118+81+180=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #7651B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651B4 is #89AE4B. Grayscale: #666666. Windows color (decimal): -9023052 or 11817334. OLE color: 11817334.

HSL color Cylindrical-coordinate representation of color #7651B4: hue angle of 262.42º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7651B4 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11881180-
CMYK0.340.5500.29
HSL262.42º39.76%51.18%-
HSV(B)262.42º55%70.59%-
XYZ18.6513.0344.71-
YUV103.35171.26138.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 180 (70.70% from 255) = 47.49%
R=31.13%
G=21.37%
B=47.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118811800.340.5500.29262.4239.7651.18
Hex7651B4223701D1062833
Octal16612126442670354065063
Binary1110110101000110110100100010110111011101100000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7651B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7651B4; }

 p { color: rgb(118,81,180); }

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

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

 a { background-color: rgb(118,81,180); }

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

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

 span { border-color: rgb(118,81,180); }

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