Html Css Color HEX #745CA9 Scampi

📋 copy color: '#745CA9'

red 116 ◦ green 92 ◦ blue 169

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

Shades of Scampi #745CA9

Tints of Scampi #745CA9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 30.77%
G = 24.4%
B = 44.83%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#745CA9 (or 0x745CA9) is known color: Scampi. HEX triplet: 74, 5C and A9. RGB value is (116,92,169). Sum of RGB (Red+Green+Blue) = 116+92+169=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #745CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745CA9 is #8BA356. Grayscale: #6B6B6B. Windows color (decimal): -9151319 or 11099252. OLE color: 11099252.

HSL color Cylindrical-coordinate representation of color #745CA9: hue angle of 258.7º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745CA9 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 92 169 -
CMYK 0.31 0.46 0 0.34
HSL 258.7º 0.31% 0.51% -
HSV(B) 258.7º 0.46% 0.66% -
XYZ 18.19 14.23 39.32 -
YUV 107.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 116 92 169 0.31 0.46 0 0.34 258.7 0.31 0.51
Hex 74 5C A9 1F 2E 0 22 103 1F 33
Octal 164 134 251 37 56 0 42 403 37 63
Binary 1110100 1011100 10101001 11111 101110 0 100010 100000011 11111 110011

Color Harmonies of #745CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CA9

Black with #745CA9

Text Example


Text Example

White with #745CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,92,169); }

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

background-color css

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

 a { background-color: rgb(116,92,169); }

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

border-color css

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

 span { border-color: rgb(116,92,169); }

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