Html Css Color HEX #765DAB Scampi

📋 copy color: '#765DAB'

red 118 ◦ green 93 ◦ blue 171

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

Shades of Scampi #765DAB

Tints of Scampi #765DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

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

R = 30.89%
G = 24.35%
B = 44.76%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#765DAB (or 0x765DAB) is known color: Scampi. HEX triplet: 76, 5D and AB. RGB value is (118,93,171). Sum of RGB (Red+Green+Blue) = 118+93+171=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #765DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765DAB is #89A254. Grayscale: #6D6D6D. Windows color (decimal): -9019989 or 11230582. OLE color: 11230582.

HSL color Cylindrical-coordinate representation of color #765DAB: hue angle of 259.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765DAB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 93 171 -
CMYK 0.31 0.46 0 0.33
HSL 259.23º 0.32% 0.52% -
HSV(B) 259.23º 0.46% 0.67% -
XYZ 18.74 14.62 40.36 -
YUV 109.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 118 93 171 0.31 0.46 0 0.33 259.23 0.32 0.52
Hex 76 5D AB 1F 2E 0 21 103 20 34
Octal 166 135 253 37 56 0 41 403 40 64
Binary 1110110 1011101 10101011 11111 101110 0 100001 100000011 100000 110100

Color Harmonies of #765DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DAB

Black with #765DAB

Text Example


Text Example

White with #765DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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