#768BBB

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

Shades of Wild Blue Yonder #768BBB

Tints of Wild Blue Yonder #768BBB

Color information

#768BBB (or 0x768BBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8B and BB. RGB value is (118,139,187). Sum of RGB (Red+Green+Blue) = 118+139+187=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #768BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BBB is #897444. Grayscale: #898989. Windows color (decimal): -9008197 or 12290934. OLE color: 12290934.

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

Color convert

RGB118139187-
CMYK0.370.2600.27
HSL221.74º33.66%59.8%-
HSV(B)221.74º36.9%73.33%-
XYZ25.6725.950.66-
YUV138.19155.54113.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=26.58%
G=31.31%
B=42.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181391870.370.2600.27221.7433.6659.8
Hex768BBB251A01Bde223c
Octal16621327345320333364274
Binary111011010001011101110111001011101001101111011110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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