Html Css Color HEX #7396B4 Shakespeare

📋 copy color: '#7396B4'

red 115 ◦ green 150 ◦ blue 180

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

Shades of Shakespeare #7396B4

Tints of Shakespeare #7396B4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 25.84%
G = 33.71%
B = 40.45%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7396B4 (or 0x7396B4) is known color: Shakespeare. HEX triplet: 73, 96 and B4. RGB value is (115,150,180). Sum of RGB (Red+Green+Blue) = 115+150+180=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #7396B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396B4 is #8C694B. Grayscale: #8E8E8E. Windows color (decimal): -9201996 or 11834995. OLE color: 11834995.

HSL color Cylindrical-coordinate representation of color #7396B4: hue angle of 207.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7396B4 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 150 180 -
CMYK 0.36 0.17 0 0.29
HSL 207.69º 0.3% 0.58% -
HSV(B) 207.69º 0.36% 0.71% -
XYZ 26.21 28.75 47.35 -
YUV 142.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 115 150 180 0.36 0.17 0 0.29 207.69 0.3 0.58
Hex 73 96 B4 24 11 0 1D D0 1E 3A
Octal 163 226 264 44 21 0 35 320 36 72
Binary 1110011 10010110 10110100 100100 10001 0 11101 11010000 11110 111010

Color Harmonies of #7396B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7396B4

Black with #7396B4

Text Example


Text Example

White with #7396B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7396B4; }

 p { color: rgb(115,150,180); }

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

background-color css

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

 a { background-color: rgb(115,150,180); }

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

border-color css

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

 span { border-color: rgb(115,150,180); }

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