Html Css Color HEX #7653AB Studio

📋 copy color: '#7653AB'

red 118 ◦ green 83 ◦ blue 171

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

Shades of Studio #7653AB

Tints of Studio #7653AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 31.72%
G = 22.31%
B = 45.97%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7653AB (or 0x7653AB) is known color: Studio. HEX triplet: 76, 53 and AB. RGB value is (118,83,171). Sum of RGB (Red+Green+Blue) = 118+83+171=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7653AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7653AB is #89AC54. Grayscale: #676767. Windows color (decimal): -9022549 or 11228022. OLE color: 11228022.

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

Color convert

RGB 118 83 171 -
CMYK 0.31 0.51 0 0.33
HSL 263.86º 0.35% 0.5% -
HSV(B) 263.86º 0.51% 0.67% -
XYZ 17.92 12.98 40.09 -
YUV 103.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 118 83 171 0.31 0.51 0 0.33 263.86 0.35 0.5
Hex 76 53 AB 1F 33 0 21 108 23 32
Octal 166 123 253 37 63 0 41 410 43 62
Binary 1110110 1010011 10101011 11111 110011 0 100001 100001000 100011 110010

Color Harmonies of #7653AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7653AB

Black with #7653AB

Text Example


Text Example

White with #7653AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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