Html Css Color HEX #74639F Scampi

📋 copy color: '#74639F'

red 116 ◦ green 99 ◦ blue 159

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

Shades of Scampi #74639F

Tints of Scampi #74639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 31.02%
G = 26.47%
B = 42.51%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74639F (or 0x74639F) is known color: Scampi. HEX triplet: 74, 63 and 9F. RGB value is (116,99,159). Sum of RGB (Red+Green+Blue) = 116+99+159=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #74639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74639F is #8B9C60. Grayscale: #6E6E6E. Windows color (decimal): -9149537 or 10445684. OLE color: 10445684.

HSL color Cylindrical-coordinate representation of color #74639F: hue angle of 257º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74639F is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 99 159 -
CMYK 0.27 0.38 0 0.38
HSL 257º 0.24% 0.51% -
HSV(B) 257º 0.38% 0.62% -
XYZ 17.92 15.14 34.78 -
YUV 110.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 116 99 159 0.27 0.38 0 0.38 257 0.24 0.51
Hex 74 63 9F 1B 26 0 26 101 18 33
Octal 164 143 237 33 46 0 46 401 30 63
Binary 1110100 1100011 10011111 11011 100110 0 100110 100000001 11000 110011

Color Harmonies of #74639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74639F

Black with #74639F

Text Example


Text Example

White with #74639F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74639F; }

 p { color: rgb(116,99,159); }

 H1.HeaderClassName
 {
   color: #74639F;
 }
 .AnyTagClassName
 {
   color: #74639F;
 }
</style>

background-color css

<style>
 a { background-color: #74639F; }

 a { background-color: rgb(116,99,159); }

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

border-color css

<style>
 span { border-color: #74639F; }

 span { border-color: rgb(116,99,159); }

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