Html Css Color HEX #765BA5 Scampi

📋 copy color: '#765BA5'

red 118 ◦ green 91 ◦ blue 165

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

Shades of Scampi #765BA5

Tints of Scampi #765BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

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

R = 31.55%
G = 24.33%
B = 44.12%

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

#765BA5 (or 0x765BA5) is known color: Scampi. HEX triplet: 76, 5B and A5. RGB value is (118,91,165). Sum of RGB (Red+Green+Blue) = 118+91+165=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #765BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BA5 is #89A45A. Grayscale: #6B6B6B. Windows color (decimal): -9020507 or 10836854. OLE color: 10836854.

HSL color Cylindrical-coordinate representation of color #765BA5: hue angle of 261.89º 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 #765BA5 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 91 165 -
CMYK 0.28 0.45 0 0.35
HSL 261.89º 0.29% 0.5% -
HSV(B) 261.89º 0.45% 0.65% -
XYZ 18 14.05 37.36 -
YUV 107.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 118 91 165 0.28 0.45 0 0.35 261.89 0.29 0.5
Hex 76 5B A5 1C 2D 0 23 106 1D 32
Octal 166 133 245 34 55 0 43 406 35 62
Binary 1110110 1011011 10100101 11100 101101 0 100011 100000110 11101 110010

Color Harmonies of #765BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BA5

Black with #765BA5

Text Example


Text Example

White with #765BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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