#768ACA

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

Shades of Wild Blue Yonder #768ACA

Tints of Wild Blue Yonder #768ACA

Color information

#768ACA (or 0x768ACA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8A and CA. RGB value is (118,138,202). Sum of RGB (Red+Green+Blue) = 118+138+202=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #768ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ACA is #897535. Grayscale: #8B8B8B. Windows color (decimal): -9008438 or 13273718. OLE color: 13273718.

HSL color Cylindrical-coordinate representation of color #768ACA: hue angle of 225.71º 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 #768ACA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118138202-
CMYK0.420.3200.21
HSL225.71º44.21%62.75%-
HSV(B)225.71º41.58%79.22%-
XYZ27.2226.2959.52-
YUV139.32163.37112.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=25.76%
G=30.13%
B=44.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181382020.420.3200.21225.7144.2162.75
Hex768ACA2A20015e22c3f
Octal16621231252400253425477
Binary1110110100010101100101010101010000001010111100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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