Html Css Color HEX #74659B Scampi

📋 copy color: '#74659B'

red 116 ◦ green 101 ◦ blue 155

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

Shades of Scampi #74659B

Tints of Scampi #74659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 31.18%
G = 27.15%
B = 41.67%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74659B (or 0x74659B) is known color: Scampi. HEX triplet: 74, 65 and 9B. RGB value is (116,101,155). Sum of RGB (Red+Green+Blue) = 116+101+155=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #74659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74659B is #8B9A64. Grayscale: #6F6F6F. Windows color (decimal): -9149029 or 10184052. OLE color: 10184052.

HSL color Cylindrical-coordinate representation of color #74659B: hue angle of 256.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74659B is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 101 155 -
CMYK 0.25 0.35 0 0.39
HSL 256.67º 0.21% 0.5% -
HSV(B) 256.67º 0.35% 0.61% -
XYZ 17.77 15.39 33.04 -
YUV 111.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 116 101 155 0.25 0.35 0 0.39 256.67 0.21 0.5
Hex 74 65 9B 19 23 0 27 101 15 32
Octal 164 145 233 31 43 0 47 401 25 62
Binary 1110100 1100101 10011011 11001 100011 0 100111 100000001 10101 110010

Color Harmonies of #74659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74659B

Black with #74659B

Text Example


Text Example

White with #74659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74659B; }

 p { color: rgb(116,101,155); }

 H1.HeaderClassName
 {
   color: #74659B;
 }
 .AnyTagClassName
 {
   color: #74659B;
 }
</style>

background-color css

<style>
 a { background-color: #74659B; }

 a { background-color: rgb(116,101,155); }

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

border-color css

<style>
 span { border-color: #74659B; }

 span { border-color: rgb(116,101,155); }

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