Html Css Color HEX #74659F Scampi

📋 copy color: '#74659F'

red 116 ◦ green 101 ◦ blue 159

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

Shades of Scampi #74659F

Tints of Scampi #74659F

RGB

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

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

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

R = 30.85%
G = 26.86%
B = 42.29%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74659F (or 0x74659F) is known color: Scampi. HEX triplet: 74, 65 and 9F. RGB value is (116,101,159). Sum of RGB (Red+Green+Blue) = 116+101+159=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #74659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74659F is #8B9A60. Grayscale: #6F6F6F. Windows color (decimal): -9149025 or 10446196. OLE color: 10446196.

HSL color Cylindrical-coordinate representation of color #74659F: hue angle of 255.52º degrees, saturation: 0.23, 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 #74659F is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 101 159 -
CMYK 0.27 0.36 0 0.38
HSL 255.52º 0.23% 0.51% -
HSV(B) 255.52º 0.36% 0.62% -
XYZ 18.11 15.52 34.84 -
YUV 112.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 116 101 159 0.27 0.36 0 0.38 255.52 0.23 0.51
Hex 74 65 9F 1B 24 0 26 100 17 33
Octal 164 145 237 33 44 0 46 400 27 63
Binary 1110100 1100101 10011111 11011 100100 0 100110 100000000 10111 110011

Color Harmonies of #74659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74659F

Black with #74659F

Text Example


Text Example

White with #74659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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