Html Css Color HEX #7650AB Studio

📋 copy color: '#7650AB'

red 118 ◦ green 80 ◦ blue 171

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

Shades of Studio #7650AB

Tints of Studio #7650AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

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

R = 31.98%
G = 21.68%
B = 46.34%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7650AB (or 0x7650AB) is known color: Studio. HEX triplet: 76, 50 and AB. RGB value is (118,80,171). Sum of RGB (Red+Green+Blue) = 118+80+171=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #7650AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7650AB is #89AF54. Grayscale: #656565. Windows color (decimal): -9023317 or 11227254. OLE color: 11227254.

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

Color convert

RGB 118 80 171 -
CMYK 0.31 0.53 0 0.33
HSL 265.06º 0.36% 0.49% -
HSV(B) 265.06º 0.53% 0.67% -
XYZ 17.69 12.53 40.01 -
YUV 101.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 118 80 171 0.31 0.53 0 0.33 265.06 0.36 0.49
Hex 76 50 AB 1F 35 0 21 109 24 31
Octal 166 120 253 37 65 0 41 411 44 61
Binary 1110110 1010000 10101011 11111 110101 0 100001 100001001 100100 110001

Color Harmonies of #7650AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650AB

Black with #7650AB

Text Example


Text Example

White with #7650AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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