Html Css Color HEX #735EA8 Scampi

📋 copy color: '#735EA8'

red 115 ◦ green 94 ◦ blue 168

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

Shades of Scampi #735EA8

Tints of Scampi #735EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.56%

R = 30.5%
G = 24.93%
B = 44.56%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#735EA8 (or 0x735EA8) is known color: Scampi. HEX triplet: 73, 5E and A8. RGB value is (115,94,168). Sum of RGB (Red+Green+Blue) = 115+94+168=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #735EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735EA8 is #8CA157. Grayscale: #6C6C6C. Windows color (decimal): -9216344 or 11034227. OLE color: 11034227.

HSL color Cylindrical-coordinate representation of color #735EA8: hue angle of 257.03º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735EA8 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 94 168 -
CMYK 0.32 0.44 0 0.34
HSL 257.03º 0.3% 0.51% -
HSV(B) 257.03º 0.44% 0.66% -
XYZ 18.14 14.48 38.88 -
YUV 108.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 115 94 168 0.32 0.44 0 0.34 257.03 0.3 0.51
Hex 73 5E A8 20 2C 0 22 101 1E 33
Octal 163 136 250 40 54 0 42 401 36 63
Binary 1110011 1011110 10101000 100000 101100 0 100010 100000001 11110 110011

Color Harmonies of #735EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EA8

Black with #735EA8

Text Example


Text Example

White with #735EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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