#768FBB

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

Shades of Wild Blue Yonder #768FBB

Tints of Wild Blue Yonder #768FBB

Color information

#768FBB (or 0x768FBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8F and BB. RGB value is (118,143,187). Sum of RGB (Red+Green+Blue) = 118+143+187=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #768FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FBB is #897044. Grayscale: #8C8C8C. Windows color (decimal): -9007173 or 12291958. OLE color: 12291958.

HSL color Cylindrical-coordinate representation of color #768FBB: hue angle of 218.26º 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 #768FBB is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118143187-
CMYK0.370.2400.27
HSL218.26º33.66%59.8%-
HSV(B)218.26º36.9%73.33%-
XYZ26.2627.0850.86-
YUV140.54154.22111.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=26.34%
G=31.92%
B=41.74%

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
Decimal1181431870.370.2400.27218.2633.6659.8
Hex768FBB251801Bda223c
Octal16621727345300333324274
Binary111011010001111101110111001011100001101111011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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