#768DC1

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

Shades of Wild Blue Yonder #768DC1

Tints of Wild Blue Yonder #768DC1

Color information

#768DC1 (or 0x768DC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8D and C1. RGB value is (118,141,193). Sum of RGB (Red+Green+Blue) = 118+141+193=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #768DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DC1 is #89723E. Grayscale: #8B8B8B. Windows color (decimal): -9007679 or 12684662. OLE color: 12684662.

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

Color convert

RGB118141193-
CMYK0.390.2700.24
HSL221.6º37.69%60.98%-
HSV(B)221.6º38.86%75.69%-
XYZ26.6226.7554.21-
YUV140.05157.88112.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.11%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=26.11%
G=31.19%
B=42.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181411930.390.2700.24221.637.6960.98
Hex768DC1271B018de263d
Octal16621530147330303364675
Binary111011010001101110000011001111101101100011011110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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