Html Css Color HEX #7640B9 Studio

📋 copy color: '#7640B9'

red 118 ◦ green 64 ◦ blue 185

#7640B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7640B9

Tints of Studio #7640B9

RGB

 RED value IS 118 (46.48% from 255) = 32.15%

 GREEN value IS 64 (25.39% from 255) = 17.44%

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 32.15%
G = 17.44%
B = 50.41%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7640B9 (or 0x7640B9) is known color: Studio. HEX triplet: 76, 40 and B9. RGB value is (118,64,185). Sum of RGB (Red+Green+Blue) = 118+64+185=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #7640B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640B9 is #89BF46. Grayscale: #5D5D5D. Windows color (decimal): -9027399 or 12140662. OLE color: 12140662.

HSL color Cylindrical-coordinate representation of color #7640B9: hue angle of 266.78º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7640B9 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 64 185 -
CMYK 0.36 0.65 0 0.27
HSL 266.78º 0.49% 0.49% -
HSV(B) 266.78º 0.65% 0.73% -
XYZ 18.06 11.02 47.07 -
YUV 93.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 118 64 185 0.36 0.65 0 0.27 266.78 0.49 0.49
Hex 76 40 B9 24 41 0 1B 10B 31 31
Octal 166 100 271 44 101 0 33 413 61 61
Binary 1110110 1000000 10111001 100100 1000001 0 11011 100001011 110001 110001

Color Harmonies of #7640B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640B9

Black with #7640B9

Text Example


Text Example

White with #7640B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7640B9; }

 p { color: rgb(118,64,185); }

 H1.HeaderClassName
 {
   color: #7640B9;
 }
 .AnyTagClassName
 {
   color: #7640B9;
 }
</style>

background-color css

<style>
 a { background-color: #7640B9; }

 a { background-color: rgb(118,64,185); }

 div.DivClassName
 {
   background-color: #7640B9;
 }
 .BgClassName
 {
   background-color: #7640B9;
 }
</style>

border-color css

<style>
 span { border-color: #7640B9; }

 span { border-color: rgb(118,64,185); }

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