#759ec2

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

Shades of Shakespeare #759EC2

Tints of Shakespeare #759EC2

Color information

#759EC2 (or 0x759EC2) is unknown color: approx Shakespeare. HEX triplet: 75, 9E and C2. RGB value is (117,158,194). Sum of RGB (Red+Green+Blue) = 117+158+194=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #759EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EC2 is #8A613D. Grayscale: #959595. Windows color (decimal): -9068862 or 12754549. OLE color: 12754549.

HSL color Cylindrical-coordinate representation of color #759EC2: hue angle of 208.05º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759EC2 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117158194-
CMYK0.400.1900.24
HSL208.05º38.69%60.98%-
HSV(B)208.05º39.69%76.08%-
XYZ29.332.1355.7-
YUV149.84152.92104.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=24.95%
G=33.69%
B=41.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171581940.400.1900.24208.0538.6960.98
Hex759EC22813018d0273d
Octal16523630250230303204775
Binary111010110011110110000101010001001101100011010000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759ec2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759ec2; }

 p { color: rgb(117,158,194); }

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

<style>
 a { background-color: #759ec2; }

 a { background-color: rgb(117,158,194); }

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

<style>
 span { border-color: #759ec2; }

 span { border-color: rgb(117,158,194); }

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