#768CBA

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

Shades of Wild Blue Yonder #768CBA

Tints of Wild Blue Yonder #768CBA

Color information

#768CBA (or 0x768CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8C and BA. RGB value is (118,140,186). Sum of RGB (Red+Green+Blue) = 118+140+186=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #768CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CBA is #897345. Grayscale: #8A8A8A. Windows color (decimal): -9007942 or 12225654. OLE color: 12225654.

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

Color convert

RGB118140186-
CMYK0.370.2500.27
HSL220.59º33.01%59.61%-
HSV(B)220.59º36.56%72.94%-
XYZ25.7126.1550.15-
YUV138.67154.71113.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=26.58%
G=31.53%
B=41.89%

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
Decimal1181401860.370.2500.27220.5933.0159.61
Hex768CBA251901Bdd213c
Octal16621427245310333354174
Binary111011010001100101110101001011100101101111011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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