Html Css Color HEX #736BAF Scampi

📋 copy color: '#736BAF'

red 115 ◦ green 107 ◦ blue 175

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

Shades of Scampi #736BAF

Tints of Scampi #736BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 28.97%
G = 26.95%
B = 44.08%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#736BAF (or 0x736BAF) is known color: Scampi. HEX triplet: 73, 6B and AF. RGB value is (115,107,175). Sum of RGB (Red+Green+Blue) = 115+107+175=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #736BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAF is #8C9450. Grayscale: #747474. Windows color (decimal): -9213009 or 11496307. OLE color: 11496307.

HSL color Cylindrical-coordinate representation of color #736BAF: hue angle of 247.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #736BAF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 107 175 -
CMYK 0.34 0.39 0 0.31
HSL 247.06º 0.3% 0.55% -
HSV(B) 247.06º 0.39% 0.69% -
XYZ 20.07 17.26 42.83 -
YUV 117.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 115 107 175 0.34 0.39 0 0.31 247.06 0.3 0.55
Hex 73 6B AF 22 27 0 1F F7 1E 37
Octal 163 153 257 42 47 0 37 367 36 67
Binary 1110011 1101011 10101111 100010 100111 0 11111 11110111 11110 110111

Color Harmonies of #736BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BAF

Black with #736BAF

Text Example


Text Example

White with #736BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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