#768ABA

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

Shades of Wild Blue Yonder #768ABA

Tints of Wild Blue Yonder #768ABA

Color information

#768ABA (or 0x768ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8A and BA. RGB value is (118,138,186). Sum of RGB (Red+Green+Blue) = 118+138+186=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #768ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ABA is #897545. Grayscale: #898989. Windows color (decimal): -9008454 or 12225142. OLE color: 12225142.

HSL color Cylindrical-coordinate representation of color #768ABA: hue angle of 222.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768ABA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118138186-
CMYK0.370.2600.27
HSL222.35º33.01%59.61%-
HSV(B)222.35º36.56%72.94%-
XYZ25.4225.5750.05-
YUV137.49155.37114.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=26.70%
G=31.22%
B=42.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181381860.370.2600.27222.3533.0159.61
Hex768ABA251A01Bde213c
Octal16621227245320333364174
Binary111011010001010101110101001011101001101111011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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