Html Css Color HEX #745E98 Scampi

📋 copy color: '#745E98'

red 116 ◦ green 94 ◦ blue 152

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

Shades of Scampi #745E98

Tints of Scampi #745E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 32.04%
G = 25.97%
B = 41.99%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#745E98 (or 0x745E98) is known color: Scampi. HEX triplet: 74, 5E and 98. RGB value is (116,94,152). Sum of RGB (Red+Green+Blue) = 116+94+152=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #745E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E98 is #8BA167. Grayscale: #6A6A6A. Windows color (decimal): -9150824 or 9985652. OLE color: 9985652.

HSL color Cylindrical-coordinate representation of color #745E98: hue angle of 262.76º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745E98 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 94 152 -
CMYK 0.24 0.38 0 0.40
HSL 262.76º 0.24% 0.48% -
HSV(B) 262.76º 0.38% 0.6% -
XYZ 16.87 13.99 31.52 -
YUV 107.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 116 94 152 0.24 0.38 0 0.40 262.76 0.24 0.48
Hex 74 5E 98 18 26 0 28 107 18 30
Octal 164 136 230 30 46 0 50 407 30 60
Binary 1110100 1011110 10011000 11000 100110 0 101000 100000111 11000 110000

Color Harmonies of #745E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E98

Black with #745E98

Text Example


Text Example

White with #745E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745E98; }

 p { color: rgb(116,94,152); }

 H1.HeaderClassName
 {
   color: #745E98;
 }
 .AnyTagClassName
 {
   color: #745E98;
 }
</style>

background-color css

<style>
 a { background-color: #745E98; }

 a { background-color: rgb(116,94,152); }

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

border-color css

<style>
 span { border-color: #745E98; }

 span { border-color: rgb(116,94,152); }

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