Html Css Color HEX #74659D Scampi

📋 copy color: '#74659D'

red 116 ◦ green 101 ◦ blue 157

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

Shades of Scampi #74659D

Tints of Scampi #74659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 31.02%
G = 27.01%
B = 41.98%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74659D (or 0x74659D) is known color: Scampi. HEX triplet: 74, 65 and 9D. RGB value is (116,101,157). Sum of RGB (Red+Green+Blue) = 116+101+157=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #74659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74659D is #8B9A62. Grayscale: #6F6F6F. Windows color (decimal): -9149027 or 10315124. OLE color: 10315124.

HSL color Cylindrical-coordinate representation of color #74659D: hue angle of 256.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74659D is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 101 157 -
CMYK 0.26 0.36 0 0.38
HSL 256.07º 0.22% 0.51% -
HSV(B) 256.07º 0.36% 0.62% -
XYZ 17.94 15.45 33.94 -
YUV 111.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 116 101 157 0.26 0.36 0 0.38 256.07 0.22 0.51
Hex 74 65 9D 1A 24 0 26 100 16 33
Octal 164 145 235 32 44 0 46 400 26 63
Binary 1110100 1100101 10011101 11010 100100 0 100110 100000000 10110 110011

Color Harmonies of #74659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74659D

Black with #74659D

Text Example


Text Example

White with #74659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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