#764CBB

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

Shades of Studio #764CBB

Tints of Studio #764CBB

Color information

#764CBB (or 0x764CBB) is unknown color: approx Studio. HEX triplet: 76, 4C and BB. RGB value is (118,76,187). Sum of RGB (Red+Green+Blue) = 118+76+187=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #764CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CBB is #89B344. Grayscale: #646464. Windows color (decimal): -9024325 or 12274806. OLE color: 12274806.

HSL color Cylindrical-coordinate representation of color #764CBB: hue angle of 262.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764CBB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11876187-
CMYK0.370.5900.27
HSL262.7º44.94%51.57%-
HSV(B)262.7º59.36%73.33%-
XYZ19.0312.6148.44-
YUV101.21176.41139.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=30.97%
G=19.95%
B=49.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118761870.370.5900.27262.744.9451.57
Hex764CBB253B01B1072d34
Octal16611427345730334075564
Binary1110110100110010111011100101111011011011100000111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764CBB; }

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

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

<style>
 a { background-color: #764CBB; }

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

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

<style>
 span { border-color: #764CBB; }

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

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