#768bba

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

Shades of Wild Blue Yonder #768BBA

Tints of Wild Blue Yonder #768BBA

Color information

#768BBA (or 0x768BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8B and BA. RGB value is (118,139,186). Sum of RGB (Red+Green+Blue) = 118+139+186=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #768BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BBA is #897445. Grayscale: #898989. Windows color (decimal): -9008198 or 12225398. OLE color: 12225398.

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

Color convert

RGB118139186-
CMYK0.370.2500.27
HSL221.47º33.01%59.61%-
HSV(B)221.47º36.56%72.94%-
XYZ25.5725.8650.1-
YUV138.08155.04113.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=26.64%
G=31.38%
B=41.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181391860.370.2500.27221.4733.0159.61
Hex768BBA251901Bdd213c
Octal16621327245310333354174
Binary111011010001011101110101001011100101101111011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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