#768DBB

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

Shades of Wild Blue Yonder #768DBB

Tints of Wild Blue Yonder #768DBB

Color information

#768DBB (or 0x768DBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8D and BB. RGB value is (118,141,187). Sum of RGB (Red+Green+Blue) = 118+141+187=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #768DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DBB is #897244. Grayscale: #8B8B8B. Windows color (decimal): -9007685 or 12291446. OLE color: 12291446.

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

Color convert

RGB118141187-
CMYK0.370.2500.27
HSL220º33.66%59.8%-
HSV(B)220º36.9%73.33%-
XYZ25.9726.4950.76-
YUV139.37154.88112.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=26.46%
G=31.61%
B=41.93%

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
Decimal1181411870.370.2500.2722033.6659.8
Hex768DBB251901Bdc223c
Octal16621527345310333344274
Binary111011010001101101110111001011100101101111011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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