Html Css Color HEX #736BA7 Scampi

📋 copy color: '#736BA7'

red 115 ◦ green 107 ◦ blue 167

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

Shades of Scampi #736BA7

Tints of Scampi #736BA7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

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

R = 29.56%
G = 27.51%
B = 42.93%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#736BA7 (or 0x736BA7) is known color: Scampi. HEX triplet: 73, 6B and A7. RGB value is (115,107,167). Sum of RGB (Red+Green+Blue) = 115+107+167=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 167 - color contains mainly: blue. Hex color #736BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BA7 is #8C9458. Grayscale: #747474. Windows color (decimal): -9213017 or 10972019. OLE color: 10972019.

HSL color Cylindrical-coordinate representation of color #736BA7: hue angle of 248º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #736BA7 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 107 167 -
CMYK 0.31 0.36 0 0.35
HSL 248º 0.25% 0.54% -
HSV(B) 248º 0.36% 0.65% -
XYZ 19.3 16.95 38.81 -
YUV 116.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 115 107 167 0.31 0.36 0 0.35 248 0.25 0.54
Hex 73 6B A7 1F 24 0 23 F8 19 36
Octal 163 153 247 37 44 0 43 370 31 66
Binary 1110011 1101011 10100111 11111 100100 0 100011 11111000 11001 110110

Color Harmonies of #736BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BA7

Black with #736BA7

Text Example


Text Example

White with #736BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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