Html Css Color HEX #7655AE Studio

📋 copy color: '#7655AE'

red 118 ◦ green 85 ◦ blue 174

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

Shades of Studio #7655AE

Tints of Studio #7655AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 31.3%
G = 22.55%
B = 46.15%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7655AE (or 0x7655AE) is known color: Studio. HEX triplet: 76, 55 and AE. RGB value is (118,85,174). Sum of RGB (Red+Green+Blue) = 118+85+174=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #7655AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7655AE is #89AA51. Grayscale: #686868. Windows color (decimal): -9022034 or 11425142. OLE color: 11425142.

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

Color convert

RGB 118 85 174 -
CMYK 0.32 0.51 0 0.32
HSL 262.25º 0.35% 0.51% -
HSV(B) 262.25º 0.51% 0.68% -
XYZ 18.36 13.4 41.66 -
YUV 105.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 118 85 174 0.32 0.51 0 0.32 262.25 0.35 0.51
Hex 76 55 AE 20 33 0 20 106 23 33
Octal 166 125 256 40 63 0 40 406 43 63
Binary 1110110 1010101 10101110 100000 110011 0 100000 100000110 100011 110011

Color Harmonies of #7655AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7655AE

Black with #7655AE

Text Example


Text Example

White with #7655AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7655AE; }

 p { color: rgb(118,85,174); }

 H1.HeaderClassName
 {
   color: #7655AE;
 }
 .AnyTagClassName
 {
   color: #7655AE;
 }
</style>

background-color css

<style>
 a { background-color: #7655AE; }

 a { background-color: rgb(118,85,174); }

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

border-color css

<style>
 span { border-color: #7655AE; }

 span { border-color: rgb(118,85,174); }

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