#7195BE

Color #7195BE Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #7195BE

Tints of Shakespeare #7195BE

Color information

#7195BE (or 0x7195BE) is unknown color: approx Shakespeare. HEX triplet: 71, 95 and BE. RGB value is (113,149,190). Sum of RGB (Red+Green+Blue) = 113+149+190=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #7195BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195BE is #8E6A41. Grayscale: #8E8E8E. Windows color (decimal): -9333314 or 12490097. OLE color: 12490097.

HSL color Cylindrical-coordinate representation of color #7195BE: hue angle of 211.95º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7195BE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113149190-
CMYK0.410.2200.25
HSL211.95º37.2%59.41%-
HSV(B)211.95º40.53%74.51%-
XYZ26.8528.7252.84-
YUV142.91154.57106.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=25%
G=32.96%
B=42.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131491900.410.2200.25211.9537.259.41
Hex7195BE2916019d4253b
Octal16122527651260313244573
Binary111000110010101101111101010011011001100111010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7195BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7195BE; }

 p { color: rgb(113,149,190); }

 H1.HeaderClassName
 {
   color: #7195BE;
 }
 .AnyTagClassName
 {
   color: #7195BE;
 }
</style>
background-color css

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

 a { background-color: rgb(113,149,190); }

 div.DivClassName
 {
   background-color: #7195BE;
 }
 .BgClassName
 {
   background-color: #7195BE;
 }
</style>
border-color css

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

 span { border-color: rgb(113,149,190); }

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