#768DBF

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

Shades of Wild Blue Yonder #768DBF

Tints of Wild Blue Yonder #768DBF

Color information

#768DBF (or 0x768DBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8D and BF. RGB value is (118,141,191). Sum of RGB (Red+Green+Blue) = 118+141+191=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #768DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DBF is #897240. Grayscale: #8B8B8B. Windows color (decimal): -9007681 or 12553590. OLE color: 12553590.

HSL color Cylindrical-coordinate representation of color #768DBF: hue angle of 221.1º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768DBF is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118141191-
CMYK0.380.2600.25
HSL221.1º36.32%60.59%-
HSV(B)221.1º38.22%74.9%-
XYZ26.426.6653.05-
YUV139.82156.88112.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 191 (75% from 255) = 42.44%
R=26.22%
G=31.33%
B=42.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181411910.380.2600.25221.136.3260.59
Hex768DBF261A019dd243d
Octal16621527746320313354475
Binary111011010001101101111111001101101001100111011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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