#768AB8

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

Shades of Wild Blue Yonder #768AB8

Tints of Wild Blue Yonder #768AB8

Color information

#768AB8 (or 0x768AB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8A and B8. RGB value is (118,138,184). Sum of RGB (Red+Green+Blue) = 118+138+184=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #768AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AB8 is #897547. Grayscale: #898989. Windows color (decimal): -9008456 or 12094070. OLE color: 12094070.

HSL color Cylindrical-coordinate representation of color #768AB8: hue angle of 221.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #768AB8 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118138184-
CMYK0.360.2500.28
HSL221.82º31.73%59.22%-
HSV(B)221.82º35.87%72.16%-
XYZ25.2125.4948.94-
YUV137.26154.37114.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 184 (72.27% from 255) = 41.82%
R=26.82%
G=31.36%
B=41.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181381840.360.2500.28221.8231.7359.22
Hex768AB8241901Cde203b
Octal16621227044310343364073
Binary111011010001010101110001001001100101110011011110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,138,184); }

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

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

 a { background-color: rgb(118,138,184); }

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

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

 span { border-color: rgb(118,138,184); }

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