#768DCA

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

Shades of Wild Blue Yonder #768DCA

Tints of Wild Blue Yonder #768DCA

Color information

#768DCA (or 0x768DCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8D and CA. RGB value is (118,141,202). Sum of RGB (Red+Green+Blue) = 118+141+202=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #768DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DCA is #897235. Grayscale: #8C8C8C. Windows color (decimal): -9007670 or 13274486. OLE color: 13274486.

HSL color Cylindrical-coordinate representation of color #768DCA: hue angle of 223.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768DCA is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118141202-
CMYK0.420.3000.21
HSL223.57º44.21%62.75%-
HSV(B)223.57º41.58%79.22%-
XYZ27.6627.1759.66-
YUV141.08162.38111.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=25.60%
G=30.59%
B=43.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181412020.420.3000.21223.5744.2162.75
Hex768DCA2A1E015e02c3f
Octal16621531252360253405477
Binary111011010001101110010101010101111001010111100000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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