Html Css Color HEX #7657AD Studio

📋 copy color: '#7657AD'

red 118 ◦ green 87 ◦ blue 173

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

Shades of Studio #7657AD

Tints of Studio #7657AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 31.22%
G = 23.02%
B = 45.77%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7657AD (or 0x7657AD) is known color: Studio. HEX triplet: 76, 57 and AD. RGB value is (118,87,173). Sum of RGB (Red+Green+Blue) = 118+87+173=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #7657AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7657AD is #89A852. Grayscale: #696969. Windows color (decimal): -9021523 or 11360118. OLE color: 11360118.

HSL color Cylindrical-coordinate representation of color #7657AD: hue angle of 261.63º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7657AD is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 87 173 -
CMYK 0.32 0.50 0 0.32
HSL 261.63º 0.34% 0.51% -
HSV(B) 261.63º 0.5% 0.68% -
XYZ 18.42 13.69 41.21 -
YUV 106.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 118 87 173 0.32 0.50 0 0.32 261.63 0.34 0.51
Hex 76 57 AD 20 32 0 20 106 22 33
Octal 166 127 255 40 62 0 40 406 42 63
Binary 1110110 1010111 10101101 100000 110010 0 100000 100000110 100010 110011

Color Harmonies of #7657AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7657AD

Black with #7657AD

Text Example


Text Example

White with #7657AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7657AD; }

 p { color: rgb(118,87,173); }

 H1.HeaderClassName
 {
   color: #7657AD;
 }
 .AnyTagClassName
 {
   color: #7657AD;
 }
</style>

background-color css

<style>
 a { background-color: #7657AD; }

 a { background-color: rgb(118,87,173); }

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

border-color css

<style>
 span { border-color: #7657AD; }

 span { border-color: rgb(118,87,173); }

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