#768EBB

Color #768EBB Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #768EBB

Tints of Wild Blue Yonder #768EBB

Color information

#768EBB (or 0x768EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8E and BB. RGB value is (118,142,187). Sum of RGB (Red+Green+Blue) = 118+142+187=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #768EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EBB is #897144. Grayscale: #8B8B8B. Windows color (decimal): -9007429 or 12291702. OLE color: 12291702.

HSL color Cylindrical-coordinate representation of color #768EBB: hue angle of 219.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768EBB is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118142187-
CMYK0.370.2400.27
HSL219.13º33.66%59.8%-
HSV(B)219.13º36.9%73.33%-
XYZ26.1126.7950.81-
YUV139.95154.55112.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.40%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=26.40%
G=31.77%
B=41.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181421870.370.2400.27219.1333.6659.8
Hex768EBB251801Bdb223c
Octal16621627345300333334274
Binary111011010001110101110111001011100001101111011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768EBB; }

 p { color: rgb(118,142,187); }

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

<style>
 a { background-color: #768EBB; }

 a { background-color: rgb(118,142,187); }

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

<style>
 span { border-color: #768EBB; }

 span { border-color: rgb(118,142,187); }

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