#768FB7

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

Shades of Wild Blue Yonder #768FB7

Tints of Wild Blue Yonder #768FB7

Color information

#768FB7 (or 0x768FB7) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8F and B7. RGB value is (118,143,183). Sum of RGB (Red+Green+Blue) = 118+143+183=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #768FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FB7 is #897048. Grayscale: #8B8B8B. Windows color (decimal): -9007177 or 12029814. OLE color: 12029814.

HSL color Cylindrical-coordinate representation of color #768FB7: hue angle of 216.92º degrees, saturation: 0.31, 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 #768FB7 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118143183-
CMYK0.360.2200.28
HSL216.92º31.1%59.02%-
HSV(B)216.92º35.52%71.76%-
XYZ25.8426.9248.63-
YUV140.08152.22112.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 183 (71.88% from 255) = 41.22%
R=26.58%
G=32.21%
B=41.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181431830.360.2200.28216.9231.159.02
Hex768FB7241601Cd91f3b
Octal16621726744260343313773
Binary11101101000111110110111100100101100111001101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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