Html Css Color HEX #735EA7 Scampi

📋 copy color: '#735EA7'

red 115 ◦ green 94 ◦ blue 167

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

Shades of Scampi #735EA7

Tints of Scampi #735EA7

RGB

 RED value IS 115 (45.31% from 255) = 30.59%

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

 BLUE value IS 167 (65.63% from 255) = 44.41%

R = 30.59%
G = 25%
B = 44.41%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#735EA7 (or 0x735EA7) is known color: Scampi. HEX triplet: 73, 5E and A7. RGB value is (115,94,167). Sum of RGB (Red+Green+Blue) = 115+94+167=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #735EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735EA7 is #8CA158. Grayscale: #6C6C6C. Windows color (decimal): -9216345 or 10968691. OLE color: 10968691.

HSL color Cylindrical-coordinate representation of color #735EA7: hue angle of 257.26º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735EA7 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 94 167 -
CMYK 0.31 0.44 0 0.35
HSL 257.26º 0.29% 0.51% -
HSV(B) 257.26º 0.44% 0.65% -
XYZ 18.05 14.44 38.4 -
YUV 108.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 115 94 167 0.31 0.44 0 0.35 257.26 0.29 0.51
Hex 73 5E A7 1F 2C 0 23 101 1D 33
Octal 163 136 247 37 54 0 43 401 35 63
Binary 1110011 1011110 10100111 11111 101100 0 100011 100000001 11101 110011

Color Harmonies of #735EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EA7

Black with #735EA7

Text Example


Text Example

White with #735EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735EA7; }

 p { color: rgb(115,94,167); }

 H1.HeaderClassName
 {
   color: #735EA7;
 }
 .AnyTagClassName
 {
   color: #735EA7;
 }
</style>

background-color css

<style>
 a { background-color: #735EA7; }

 a { background-color: rgb(115,94,167); }

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

border-color css

<style>
 span { border-color: #735EA7; }

 span { border-color: rgb(115,94,167); }

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