Html Css Color HEX #769BBD Shakespeare

📋 copy color: '#769BBD'

red 118 ◦ green 155 ◦ blue 189

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

Shades of Shakespeare #769BBD

Tints of Shakespeare #769BBD

RGB

 RED value IS 118 (46.48% from 255) = 25.54%

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 25.54%
G = 33.55%
B = 40.91%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#769BBD (or 0x769BBD) is known color: Shakespeare. HEX triplet: 76, 9B and BD. RGB value is (118,155,189). Sum of RGB (Red+Green+Blue) = 118+155+189=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #769BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BBD is #896442. Grayscale: #939393. Windows color (decimal): -9004099 or 12426102. OLE color: 12426102.

HSL color Cylindrical-coordinate representation of color #769BBD: hue angle of 208.73º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #769BBD is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 155 189 -
CMYK 0.38 0.18 0 0.26
HSL 208.73º 0.35% 0.6% -
HSV(B) 208.73º 0.38% 0.74% -
XYZ 28.38 30.97 52.63 -
YUV 147.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 118 155 189 0.38 0.18 0 0.26 208.73 0.35 0.6
Hex 76 9B BD 26 12 0 1A D1 23 3C
Octal 166 233 275 46 22 0 32 321 43 74
Binary 1110110 10011011 10111101 100110 10010 0 11010 11010001 100011 111100

Color Harmonies of #769BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BBD

Black with #769BBD

Text Example


Text Example

White with #769BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769BBD; }

 p { color: rgb(118,155,189); }

 H1.HeaderClassName
 {
   color: #769BBD;
 }
 .AnyTagClassName
 {
   color: #769BBD;
 }
</style>

background-color css

<style>
 a { background-color: #769BBD; }

 a { background-color: rgb(118,155,189); }

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

border-color css

<style>
 span { border-color: #769BBD; }

 span { border-color: rgb(118,155,189); }

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