Html Css Color HEX #736BAB Scampi

📋 copy color: '#736BAB'

red 115 ◦ green 107 ◦ blue 171

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

Shades of Scampi #736BAB

Tints of Scampi #736BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 29.26%
G = 27.23%
B = 43.51%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#736BAB (or 0x736BAB) is known color: Scampi. HEX triplet: 73, 6B and AB. RGB value is (115,107,171). Sum of RGB (Red+Green+Blue) = 115+107+171=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #736BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAB is #8C9454. Grayscale: #747474. Windows color (decimal): -9213013 or 11234163. OLE color: 11234163.

HSL color Cylindrical-coordinate representation of color #736BAB: hue angle of 247.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736BAB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 107 171 -
CMYK 0.33 0.37 0 0.33
HSL 247.5º 0.28% 0.55% -
HSV(B) 247.5º 0.37% 0.67% -
XYZ 19.68 17.1 40.79 -
YUV 116.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 115 107 171 0.33 0.37 0 0.33 247.5 0.28 0.55
Hex 73 6B AB 21 25 0 21 F8 1C 37
Octal 163 153 253 41 45 0 41 370 34 67
Binary 1110011 1101011 10101011 100001 100101 0 100001 11111000 11100 110111

Color Harmonies of #736BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BAB

Black with #736BAB

Text Example


Text Example

White with #736BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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