Html Css Color HEX #7657AB Studio

📋 copy color: '#7657AB'

red 118 ◦ green 87 ◦ blue 171

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

Shades of Studio #7657AB

Tints of Studio #7657AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 31.38%
G = 23.14%
B = 45.48%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7657AB (or 0x7657AB) is known color: Studio. HEX triplet: 76, 57 and AB. RGB value is (118,87,171). Sum of RGB (Red+Green+Blue) = 118+87+171=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #7657AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7657AB is #89A854. Grayscale: #696969. Windows color (decimal): -9021525 or 11229046. OLE color: 11229046.

HSL color Cylindrical-coordinate representation of color #7657AB: hue angle of 262.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7657AB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 87 171 -
CMYK 0.31 0.49 0 0.33
HSL 262.14º 0.33% 0.51% -
HSV(B) 262.14º 0.49% 0.67% -
XYZ 18.23 13.61 40.19 -
YUV 105.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 118 87 171 0.31 0.49 0 0.33 262.14 0.33 0.51
Hex 76 57 AB 1F 31 0 21 106 21 33
Octal 166 127 253 37 61 0 41 406 41 63
Binary 1110110 1010111 10101011 11111 110001 0 100001 100000110 100001 110011

Color Harmonies of #7657AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7657AB

Black with #7657AB

Text Example


Text Example

White with #7657AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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