Html Css Color HEX #736299 Scampi

📋 copy color: '#736299'

red 115 ◦ green 98 ◦ blue 153

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

Shades of Scampi #736299

Tints of Scampi #736299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 31.42%
G = 26.78%
B = 41.8%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#736299 (or 0x736299) is known color: Scampi. HEX triplet: 73, 62 and 99. RGB value is (115,98,153). Sum of RGB (Red+Green+Blue) = 115+98+153=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #736299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736299 is #8C9D66. Grayscale: #6D6D6D. Windows color (decimal): -9215335 or 10052211. OLE color: 10052211.

HSL color Cylindrical-coordinate representation of color #736299: hue angle of 258.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #736299 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 98 153 -
CMYK 0.25 0.36 0 0.4
HSL 258.55º 0.22% 0.49% -
HSV(B) 258.55º 0.36% 0.6% -
XYZ 17.19 14.68 32.06 -
YUV 109.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 115 98 153 0.25 0.36 0 0.4 258.55 0.22 0.49
Hex 73 62 99 19 24 0 28 103 16 31
Octal 163 142 231 31 44 0 50 403 26 61
Binary 1110011 1100010 10011001 11001 100100 0 101000 100000011 10110 110001

Color Harmonies of #736299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736299

Black with #736299

Text Example


Text Example

White with #736299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736299; }

 p { color: rgb(115,98,153); }

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

background-color css

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

 a { background-color: rgb(115,98,153); }

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

border-color css

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

 span { border-color: rgb(115,98,153); }

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