Html Css Color HEX #7469AB Scampi

📋 copy color: '#7469AB'

red 116 ◦ green 105 ◦ blue 171

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

Shades of Scampi #7469AB

Tints of Scampi #7469AB

RGB

 RED value IS 116 (45.7% from 255) = 29.59%

 GREEN value IS 105 (41.41% from 255) = 26.79%

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

R = 29.59%
G = 26.79%
B = 43.62%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7469AB (or 0x7469AB) is known color: Scampi. HEX triplet: 74, 69 and AB. RGB value is (116,105,171). Sum of RGB (Red+Green+Blue) = 116+105+171=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #7469AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7469AB is #8B9654. Grayscale: #737373. Windows color (decimal): -9147989 or 11233652. OLE color: 11233652.

HSL color Cylindrical-coordinate representation of color #7469AB: hue angle of 250º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7469AB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 105 171 -
CMYK 0.32 0.39 0 0.33
HSL 250º 0.28% 0.54% -
HSV(B) 250º 0.39% 0.67% -
XYZ 19.6 16.76 40.73 -
YUV 115.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 116 105 171 0.32 0.39 0 0.33 250 0.28 0.54
Hex 74 69 AB 20 27 0 21 FA 1C 36
Octal 164 151 253 40 47 0 41 372 34 66
Binary 1110100 1101001 10101011 100000 100111 0 100001 11111010 11100 110110

Color Harmonies of #7469AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7469AB

Black with #7469AB

Text Example


Text Example

White with #7469AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,105,171); }

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

background-color css

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

 a { background-color: rgb(116,105,171); }

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

border-color css

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

 span { border-color: rgb(116,105,171); }

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