Html Css Color HEX #759BBA Shakespeare

📋 copy color: '#759BBA'

red 117 ◦ green 155 ◦ blue 186

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

Shades of Shakespeare #759BBA

Tints of Shakespeare #759BBA

RGB

 RED value IS 117 (46.09% from 255) = 25.55%

 GREEN value IS 155 (60.94% from 255) = 33.84%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 25.55%
G = 33.84%
B = 40.61%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#759BBA (or 0x759BBA) is known color: Shakespeare. HEX triplet: 75, 9B and BA. RGB value is (117,155,186). Sum of RGB (Red+Green+Blue) = 117+155+186=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #759BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BBA is #8A6445. Grayscale: #939393. Windows color (decimal): -9069638 or 12229493. OLE color: 12229493.

HSL color Cylindrical-coordinate representation of color #759BBA: hue angle of 206.96º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #759BBA is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 155 186 -
CMYK 0.37 0.17 0 0.27
HSL 206.96º 0.33% 0.59% -
HSV(B) 206.96º 0.37% 0.73% -
XYZ 27.92 30.77 50.92 -
YUV 147.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 117 155 186 0.37 0.17 0 0.27 206.96 0.33 0.59
Hex 75 9B BA 25 11 0 1B CF 21 3B
Octal 165 233 272 45 21 0 33 317 41 73
Binary 1110101 10011011 10111010 100101 10001 0 11011 11001111 100001 111011

Color Harmonies of #759BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BBA

Black with #759BBA

Text Example


Text Example

White with #759BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,155,186); }

 H1.HeaderClassName
 {
   color: #759BBA;
 }
 .AnyTagClassName
 {
   color: #759BBA;
 }
</style>

background-color css

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

 a { background-color: rgb(117,155,186); }

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

border-color css

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

 span { border-color: rgb(117,155,186); }

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