Html Css Color HEX #765AA5 Studio

📋 copy color: '#765AA5'

red 118 ◦ green 90 ◦ blue 165

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

Shades of Studio #765AA5

Tints of Studio #765AA5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 31.64%
G = 24.13%
B = 44.24%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#765AA5 (or 0x765AA5) is known color: Studio. HEX triplet: 76, 5A and A5. RGB value is (118,90,165). Sum of RGB (Red+Green+Blue) = 118+90+165=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #765AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AA5 is #89A55A. Grayscale: #6A6A6A. Windows color (decimal): -9020763 or 10836598. OLE color: 10836598.

HSL color Cylindrical-coordinate representation of color #765AA5: hue angle of 262.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765AA5 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 90 165 -
CMYK 0.28 0.45 0 0.35
HSL 262.4º 0.29% 0.5% -
HSV(B) 262.4º 0.45% 0.65% -
XYZ 17.92 13.88 37.33 -
YUV 106.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 118 90 165 0.28 0.45 0 0.35 262.4 0.29 0.5
Hex 76 5A A5 1C 2D 0 23 106 1D 32
Octal 166 132 245 34 55 0 43 406 35 62
Binary 1110110 1011010 10100101 11100 101101 0 100011 100000110 11101 110010

Color Harmonies of #765AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765AA5

Black with #765AA5

Text Example


Text Example

White with #765AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765AA5; }

 p { color: rgb(118,90,165); }

 H1.HeaderClassName
 {
   color: #765AA5;
 }
 .AnyTagClassName
 {
   color: #765AA5;
 }
</style>

background-color css

<style>
 a { background-color: #765AA5; }

 a { background-color: rgb(118,90,165); }

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

border-color css

<style>
 span { border-color: #765AA5; }

 span { border-color: rgb(118,90,165); }

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