#768DC0

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

Shades of Wild Blue Yonder #768DC0

Tints of Wild Blue Yonder #768DC0

Color information

#768DC0 (or 0x768DC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8D and C0. RGB value is (118,141,192). Sum of RGB (Red+Green+Blue) = 118+141+192=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #768DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DC0 is #89723F. Grayscale: #8B8B8B. Windows color (decimal): -9007680 or 12619126. OLE color: 12619126.

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

Color convert

RGB118141192-
CMYK0.390.2700.25
HSL221.35º37%60.78%-
HSV(B)221.35º38.54%75.29%-
XYZ26.5126.7153.63-
YUV139.94157.38112.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=26.16%
G=31.26%
B=42.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181411920.390.2700.25221.353760.78
Hex768DC0271B019dd253d
Octal16621530047330313354575
Binary111011010001101110000001001111101101100111011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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